Html Css Color HEX #F22429 Alizarin

📋 copy color: '#F22429'

red 242 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #F22429

Tints of Alizarin #F22429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 75.86%
G = 11.29%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F22429 (or 0xF22429) is known color: Alizarin. HEX triplet: F2, 24 and 29. RGB value is (242,36,41). Sum of RGB (Red+Green+Blue) = 242+36+41=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F22429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22429 is #0DDBD6. Grayscale: #626262. Windows color (decimal): -908247 or 2696434. OLE color: 2696434.

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

Color convert

RGB 242 36 41 -
CMYK 0 0.85 0.83 0.05
HSL 358.54º 0.89% 0.55% -
HSV(B) 358.54º 0.85% 0.95% -
XYZ 37.65 20.3 4.03 -
YUV 98.16 95.75 230.59 -
System Red Green Blue C M Y K H S L
Decimal 242 36 41 0 0.85 0.83 0.05 358.54 0.89 0.55
Hex F2 24 29 0 55 53 5 167 59 37
Octal 362 44 51 0 125 123 5 547 131 67
Binary 11110010 100100 101001 0 1010101 1010011 101 101100111 1011001 110111

Color Harmonies of #F22429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22429

Black with #F22429

Text Example


Text Example

White with #F22429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22429; }

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

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

background-color css

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

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

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

border-color css

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

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

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