#FB3518

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

Shades of Scarlet #FB3518

Tints of Scarlet #FB3518

Color information

#FB3518 (or 0xFB3518) is unknown color: approx Scarlet. HEX triplet: FB, 35 and 18. RGB value is (251,53,24). Sum of RGB (Red+Green+Blue) = 251+53+24=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3518 is #04CAE7. Grayscale: #6D6D6D. Windows color (decimal): -314088 or 1586683. OLE color: 1586683.

HSL color Cylindrical-coordinate representation of color #FB3518: hue angle of 7.67º 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 #FB3518 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2515324-
CMYK00.790.900.02
HSL7.67º96.6%53.92%-
HSV(B)7.67º90.44%98.43%-
XYZ41.2223.123.15-
YUV108.980.1229.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 76.52%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 24 (9.77% from 255) = 7.32%
R=76.52%
G=16.16%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251532400.790.900.027.6796.653.92
HexFB351804F5A286136
Octal3736530011713221014166
Binary11111011110101110000100111110110101010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3518; }

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

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

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

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

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

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

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

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