Html Css Color HEX #F22312 Scarlet

📋 copy color: '#F22312'

red 242 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #F22312

Tints of Scarlet #F22312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 82.03%
G = 11.86%
B = 6.1%

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

#F22312 (or 0xF22312) is known color: Scarlet. HEX triplet: F2, 23 and 12. RGB value is (242,35,18). Sum of RGB (Red+Green+Blue) = 242+35+18=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22312 is #0DDCED. Grayscale: #5F5F5F. Windows color (decimal): -908526 or 1188850. OLE color: 1188850.

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

Color convert

RGB 242 35 18 -
CMYK 0 0.86 0.93 0.05
HSL 4.55º 0.9% 0.51% -
HSV(B) 4.55º 0.93% 0.95% -
XYZ 37.33 20.12 2.49 -
YUV 94.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 242 35 18 0 0.86 0.93 0.05 4.55 0.9 0.51
Hex F2 23 12 0 56 5D 5 5 5A 33
Octal 362 43 22 0 126 135 5 5 132 63
Binary 11110010 100011 10010 0 1010110 1011101 101 101 1011010 110011

Color Harmonies of #F22312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22312

Black with #F22312

Text Example


Text Example

White with #F22312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22312; }

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

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

background-color css

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

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

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

border-color css

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

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

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