#FB3618

Color #FB3618 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #FB3618

Tints of Scarlet #FB3618

Color information

#FB3618 (or 0xFB3618) is unknown color: approx Scarlet. HEX triplet: FB, 36 and 18. RGB value is (251,54,24). Sum of RGB (Red+Green+Blue) = 251+54+24=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3618 is #04C9E7. Grayscale: #6D6D6D. Windows color (decimal): -313832 or 1586939. OLE color: 1586939.

HSL color Cylindrical-coordinate representation of color #FB3618: hue angle of 7.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB3618 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2515424-
CMYK00.780.900.02
HSL7.93º96.6%53.92%-
HSV(B)7.93º90.44%98.43%-
XYZ41.2723.213.17-
YUV109.4879.77228.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 76.29%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=76.29%
G=16.41%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251542400.780.900.027.9396.653.92
HexFB361804E5A286136
Octal3736630011613221014166
Binary11111011110110110000100111010110101010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3618; }

 p { color: rgb(251,54,24); }

 H1.HeaderClassName
 {
   color: #FB3618;
 }
 .AnyTagClassName
 {
   color: #FB3618;
 }
</style>
background-color css

<style>
 a { background-color: #FB3618; }

 a { background-color: rgb(251,54,24); }

 div.DivClassName
 {
   background-color: #FB3618;
 }
 .BgClassName
 {
   background-color: #FB3618;
 }
</style>
border-color css

<style>
 span { border-color: #FB3618; }

 span { border-color: rgb(251,54,24); }

 td.TdClassName
 {
   border-color: #FB3618;
 }
 .TagClassName
 {
   border-color: #FB3618;
 }
</style>