#F22B0A

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

Shades of Scarlet #F22B0A

Tints of Scarlet #F22B0A

Color information

#F22B0A (or 0xF22B0A) is unknown color: approx Scarlet. HEX triplet: F2, 2B and 0A. RGB value is (242,43,10). Sum of RGB (Red+Green+Blue) = 242+43+10=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B0A is #0DD4F5. Grayscale: #636363. Windows color (decimal): -906486 or 666610. OLE color: 666610.

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

Color convert

RGB2424310-
CMYK00.820.960.05
HSL8.53º92.06%49.41%-
HSV(B)8.53º95.87%94.9%-
XYZ37.5420.632.29-
YUV98.7477.93230.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.03%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=82.03%
G=14.58%
B=3.39%

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
Decimal242431000.820.960.058.5392.0649.41
HexF22BA05260595c31
Octal3625312012214051113461
Binary11110010101011101001010010110000010110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22B0A; }

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

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

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

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

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

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

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

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