#F12410

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

Shades of Scarlet #F12410

Tints of Scarlet #F12410

Color information

#F12410 (or 0xF12410) is unknown color: approx Scarlet. HEX triplet: F1, 24 and 10. RGB value is (241,36,16). Sum of RGB (Red+Green+Blue) = 241+36+16=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F12410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12410 is #0EDBEF. Grayscale: #5F5F5F. Windows color (decimal): -973808 or 1058033. OLE color: 1058033.

HSL color Cylindrical-coordinate representation of color #F12410: hue angle of 5.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12410 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB2413616-
CMYK00.850.930.05
HSL5.33º88.93%50.39%-
HSV(B)5.33º93.36%94.51%-
XYZ37202.4-
YUV95.0283.42232.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 82.25%
GREEN value IS 36 (14.45% from 255) = 12.29%
BLUE value IS 16 (6.64% from 255) = 5.46%
R=82.25%
G=12.29%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241361600.850.930.055.3388.9350.39
HexF124100555D555932
Octal361442001251355513162
Binary11110001100100100000101010110111011011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12410; }

 p { color: rgb(241,36,16); }

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

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

 a { background-color: rgb(241,36,16); }

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

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

 span { border-color: rgb(241,36,16); }

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