Html Css Color HEX #F22229 Alizarin

📋 copy color: '#F22229'

red 242 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #F22229

Tints of Alizarin #F22229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 76.34%
G = 10.73%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22229 (or 0xF22229) is known color: Alizarin. HEX triplet: F2, 22 and 29. RGB value is (242,34,41). Sum of RGB (Red+Green+Blue) = 242+34+41=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F22229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22229 is #0DDDD6. Grayscale: #616161. Windows color (decimal): -908759 or 2695922. OLE color: 2695922.

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

Color convert

RGB 242 34 41 -
CMYK 0 0.86 0.83 0.05
HSL 357.98º 0.89% 0.54% -
HSV(B) 357.98º 0.86% 0.95% -
XYZ 37.59 20.18 4.01 -
YUV 96.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 242 34 41 0 0.86 0.83 0.05 357.98 0.89 0.54
Hex F2 22 29 0 56 53 5 166 59 36
Octal 362 42 51 0 126 123 5 546 131 66
Binary 11110010 100010 101001 0 1010110 1010011 101 101100110 1011001 110110

Color Harmonies of #F22229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22229

Black with #F22229

Text Example


Text Example

White with #F22229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22229; }

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

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

background-color css

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

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

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

border-color css

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

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

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