Html Css Color HEX #F22227 Alizarin

📋 copy color: '#F22227'

red 242 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #F22227

Tints of Alizarin #F22227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 76.83%
G = 10.79%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F22227 (or 0xF22227) is known color: Alizarin. HEX triplet: F2, 22 and 27. RGB value is (242,34,39). Sum of RGB (Red+Green+Blue) = 242+34+39=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F22227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22227 is #0DDDD8. Grayscale: #606060. Windows color (decimal): -908761 or 2564850. OLE color: 2564850.

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

Color convert

RGB 242 34 39 -
CMYK 0 0.86 0.84 0.05
HSL 358.56º 0.89% 0.54% -
HSV(B) 358.56º 0.86% 0.95% -
XYZ 37.56 20.17 3.83 -
YUV 96.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 242 34 39 0 0.86 0.84 0.05 358.56 0.89 0.54
Hex F2 22 27 0 56 54 5 167 59 36
Octal 362 42 47 0 126 124 5 547 131 66
Binary 11110010 100010 100111 0 1010110 1010100 101 101100111 1011001 110110

Color Harmonies of #F22227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22227

Black with #F22227

Text Example


Text Example

White with #F22227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22227; }

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

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

background-color css

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

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

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

border-color css

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

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

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