Html Css Color HEX #F42429 Alizarin

📋 copy color: '#F42429'

red 244 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #F42429

Tints of Alizarin #F42429

RGB

 RED value IS 244 (95.7% from 255) = 76.01%

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

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

R = 76.01%
G = 11.21%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F42429 (or 0xF42429) is known color: Alizarin. HEX triplet: F4, 24 and 29. RGB value is (244,36,41). Sum of RGB (Red+Green+Blue) = 244+36+41=321 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.01% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 244 - color contains mainly: red. Hex color #F42429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42429 is #0BDBD6. Grayscale: #626262. Windows color (decimal): -777175 or 2696436. OLE color: 2696436.

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

Color convert

RGB 244 36 41 -
CMYK 0 0.85 0.83 0.04
HSL 358.56º 0.9% 0.55% -
HSV(B) 358.56º 0.85% 0.96% -
XYZ 38.34 20.65 4.06 -
YUV 98.76 95.41 231.59 -
System Red Green Blue C M Y K H S L
Decimal 244 36 41 0 0.85 0.83 0.04 358.56 0.9 0.55
Hex F4 24 29 0 55 53 4 167 5A 37
Octal 364 44 51 0 125 123 4 547 132 67
Binary 11110100 100100 101001 0 1010101 1010011 100 101100111 1011010 110111

Color Harmonies of #F42429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42429

Black with #F42429

Text Example


Text Example

White with #F42429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42429; }

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

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

background-color css

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

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

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

border-color css

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

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

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