Html Css Color HEX #F22012 Scarlet

📋 copy color: '#F22012'

red 242 ◦ green 32 ◦ blue 18

#F22012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F22012

Tints of Scarlet #F22012

RGB

 RED value IS 242 (94.92% from 255) = 82.88%

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 18 (7.42% from 255) = 6.16%

R = 82.88%
G = 10.96%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22012 (or 0xF22012) is known color: Scarlet. HEX triplet: F2, 20 and 12. RGB value is (242,32,18). Sum of RGB (Red+Green+Blue) = 242+32+18=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F22012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22012 is #0DDFED. Grayscale: #5D5D5D. Windows color (decimal): -909294 or 1188082. OLE color: 1188082.

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

Color convert

RGB 242 32 18 -
CMYK 0 0.87 0.93 0.05
HSL 3.75º 0.9% 0.51% -
HSV(B) 3.75º 0.93% 0.95% -
XYZ 37.24 19.95 2.46 -
YUV 93.19 85.57 234.14 -
System Red Green Blue C M Y K H S L
Decimal 242 32 18 0 0.87 0.93 0.05 3.75 0.9 0.51
Hex F2 20 12 0 57 5D 5 4 5A 33
Octal 362 40 22 0 127 135 5 4 132 63
Binary 11110010 100000 10010 0 1010111 1011101 101 100 1011010 110011

Color Harmonies of #F22012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22012

Black with #F22012

Text Example


Text Example

White with #F22012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22012; }

 p { color: rgb(242,32,18); }

 H1.HeaderClassName
 {
   color: #F22012;
 }
 .AnyTagClassName
 {
   color: #F22012;
 }
</style>

background-color css

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

 a { background-color: rgb(242,32,18); }

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

border-color css

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

 span { border-color: rgb(242,32,18); }

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