#F12210

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

Shades of Scarlet #F12210

Tints of Scarlet #F12210

Color information

#F12210 (or 0xF12210) is unknown color: approx Scarlet. HEX triplet: F1, 22 and 10. RGB value is (241,34,16). Sum of RGB (Red+Green+Blue) = 241+34+16=291 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.82% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 241 - color contains mainly: red. Hex color #F12210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12210 is #0EDDEF. Grayscale: #5E5E5E. Windows color (decimal): -974320 or 1057521. OLE color: 1057521.

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

Color convert

RGB2413416-
CMYK00.860.930.05
HSL4.8º88.93%50.39%-
HSV(B)4.8º93.36%94.51%-
XYZ36.9419.882.38-
YUV93.8484.08232.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 82.82%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=82.82%
G=11.68%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241341600.860.930.054.888.9350.39
HexF122100565D555932
Octal361422001261355513162
Binary11110001100010100000101011010111011011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F12210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F12210; }

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

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

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

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

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

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

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

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