#FA2412

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

Shades of Scarlet #FA2412

Tints of Scarlet #FA2412

Color information

#FA2412 (or 0xFA2412) is unknown color: approx Scarlet. HEX triplet: FA, 24 and 12. RGB value is (250,36,18). Sum of RGB (Red+Green+Blue) = 250+36+18=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2412 is #05DBED. Grayscale: #626262. Windows color (decimal): -383982 or 1189114. OLE color: 1189114.

HSL color Cylindrical-coordinate representation of color #FA2412: hue angle of 4.66º degrees, saturation: 0.96, 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 #FA2412 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB2503618-
CMYK00.860.930.02
HSL4.66º95.87%52.55%-
HSV(B)4.66º92.8%98.04%-
XYZ40.1621.632.63-
YUV97.9382.9236.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 82.24%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 18 (7.42% from 255) = 5.92%
R=82.24%
G=11.84%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250361800.860.930.024.6695.8752.55
HexFA24120565D256035
Octal372442201261352514065
Binary1111101010010010010010101101011101101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2412; }

 p { color: rgb(250,36,18); }

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

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

 a { background-color: rgb(250,36,18); }

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

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

 span { border-color: rgb(250,36,18); }

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