Html Css Color HEX #F22213 Scarlet

📋 copy color: '#F22213'

red 242 ◦ green 34 ◦ blue 19

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

Shades of Scarlet #F22213

Tints of Scarlet #F22213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 82.03%
G = 11.53%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F22213 (or 0xF22213) is known color: Scarlet. HEX triplet: F2, 22 and 13. RGB value is (242,34,19). Sum of RGB (Red+Green+Blue) = 242+34+19=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F22213 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22213 is #0DDDEC. Grayscale: #5E5E5E. Windows color (decimal): -908781 or 1254130. OLE color: 1254130.

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

Color convert

RGB 242 34 19 -
CMYK 0 0.86 0.92 0.05
HSL 4.04º 0.9% 0.51% -
HSV(B) 4.04º 0.92% 0.95% -
XYZ 37.31 20.07 2.52 -
YUV 94.48 85.41 233.22 -
System Red Green Blue C M Y K H S L
Decimal 242 34 19 0 0.86 0.92 0.05 4.04 0.9 0.51
Hex F2 22 13 0 56 5C 5 4 5A 33
Octal 362 42 23 0 126 134 5 4 132 63
Binary 11110010 100010 10011 0 1010110 1011100 101 100 1011010 110011

Color Harmonies of #F22213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22213

Black with #F22213

Text Example


Text Example

White with #F22213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22213; }

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

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

background-color css

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

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

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

border-color css

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

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

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