#F22C0A

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

Shades of Scarlet #F22C0A

Tints of Scarlet #F22C0A

Color information

#F22C0A (or 0xF22C0A) is unknown color: approx Scarlet. HEX triplet: F2, 2C and 0A. RGB value is (242,44,10). Sum of RGB (Red+Green+Blue) = 242+44+10=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C0A is #0DD3F5. Grayscale: #636363. Windows color (decimal): -906230 or 666866. OLE color: 666866.

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

Color convert

RGB2424410-
CMYK00.820.960.05
HSL8.79º92.06%49.41%-
HSV(B)8.79º95.87%94.9%-
XYZ37.5720.72.3-
YUV99.3377.6229.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.76%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=81.76%
G=14.86%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242441000.820.960.058.7992.0649.41
HexF22CA05260595c31
Octal3625412012214051113461
Binary11110010101100101001010010110000010110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22C0A; }

 p { color: rgb(242,44,10); }

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

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

 a { background-color: rgb(242,44,10); }

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

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

 span { border-color: rgb(242,44,10); }

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