Html Css Color HEX #F22212 Scarlet

📋 copy color: '#F22212'

red 242 ◦ green 34 ◦ blue 18

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

Shades of Scarlet #F22212

Tints of Scarlet #F22212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

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

R = 82.31%
G = 11.56%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F22212 (or 0xF22212) is known color: Scarlet. HEX triplet: F2, 22 and 12. RGB value is (242,34,18). Sum of RGB (Red+Green+Blue) = 242+34+18=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F22212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22212 is #0DDDED. Grayscale: #5E5E5E. Windows color (decimal): -908782 or 1188594. OLE color: 1188594.

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

Color convert

RGB 242 34 18 -
CMYK 0 0.86 0.93 0.05
HSL 4.29º 0.9% 0.51% -
HSV(B) 4.29º 0.93% 0.95% -
XYZ 37.3 20.06 2.48 -
YUV 94.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 242 34 18 0 0.86 0.93 0.05 4.29 0.9 0.51
Hex F2 22 12 0 56 5D 5 4 5A 33
Octal 362 42 22 0 126 135 5 4 132 63
Binary 11110010 100010 10010 0 1010110 1011101 101 100 1011010 110011

Color Harmonies of #F22212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22212

Black with #F22212

Text Example


Text Example

White with #F22212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22212; }

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

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

background-color css

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

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

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

border-color css

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

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

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