Html Css Color HEX #F22129 Alizarin

📋 copy color: '#F22129'

red 242 ◦ green 33 ◦ blue 41

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

Shades of Alizarin #F22129

Tints of Alizarin #F22129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 76.58%
G = 10.44%
B = 12.97%

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

#F22129 (or 0xF22129) is known color: Alizarin. HEX triplet: F2, 21 and 29. RGB value is (242,33,41). Sum of RGB (Red+Green+Blue) = 242+33+41=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F22129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22129 is #0DDED6. Grayscale: #606060. Windows color (decimal): -909015 or 2695666. OLE color: 2695666.

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

Color convert

RGB 242 33 41 -
CMYK 0 0.86 0.83 0.05
HSL 357.7º 0.89% 0.54% -
HSV(B) 357.7º 0.86% 0.95% -
XYZ 37.56 20.13 4 -
YUV 96.4 96.74 231.85 -
System Red Green Blue C M Y K H S L
Decimal 242 33 41 0 0.86 0.83 0.05 357.7 0.89 0.54
Hex F2 21 29 0 56 53 5 166 59 36
Octal 362 41 51 0 126 123 5 546 131 66
Binary 11110010 100001 101001 0 1010110 1010011 101 101100110 1011001 110110

Color Harmonies of #F22129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22129

Black with #F22129

Text Example


Text Example

White with #F22129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22129; }

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

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

background-color css

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

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

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

border-color css

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

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

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