#f12c12

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

Shades of Scarlet #F12C12

Tints of Scarlet #F12C12

Color information

#F12C12 (or 0xF12C12) is unknown color: approx Scarlet. HEX triplet: F1, 2C and 12. RGB value is (241,44,18). Sum of RGB (Red+Green+Blue) = 241+44+18=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F12C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12C12 is #0ED3ED. Grayscale: #646464. Windows color (decimal): -971758 or 1191153. OLE color: 1191153.

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

Color convert

RGB2414418-
CMYK00.820.930.05
HSL88.84%50.78%-
HSV(B)92.53%94.51%-
XYZ37.2920.552.57-
YUV99.9481.77228.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 79.54%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=79.54%
G=14.52%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241441800.820.930.05788.8450.78
HexF12C120525D575933
Octal361542201221355713163
Binary11110001101100100100101001010111011011111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f12c12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f12c12; }

 p { color: rgb(241,44,18); }

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

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

 a { background-color: rgb(241,44,18); }

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

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

 span { border-color: rgb(241,44,18); }

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