#FB3412

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

Shades of Scarlet #FB3412

Tints of Scarlet #FB3412

Color information

#FB3412 (or 0xFB3412) is unknown color: approx Scarlet. HEX triplet: FB, 34 and 12. RGB value is (251,52,18). Sum of RGB (Red+Green+Blue) = 251+52+18=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3412 is #04CBED. Grayscale: #6B6B6B. Windows color (decimal): -314350 or 1193211. OLE color: 1193211.

HSL color Cylindrical-coordinate representation of color #FB3412: hue angle of 8.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB3412 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2515218-
CMYK00.790.930.02
HSL8.76º96.68%52.75%-
HSV(B)8.76º92.83%98.43%-
XYZ41.1223.012.85-
YUV107.6277.43230.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 78.19%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=78.19%
G=16.20%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251521800.790.930.028.7696.6852.75
HexFB341204F5D296135
Octal3736422011713521114165
Binary11111011110100100100100111110111011010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3412; }

 p { color: rgb(251,52,18); }

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

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

 a { background-color: rgb(251,52,18); }

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

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

 span { border-color: rgb(251,52,18); }

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