Html Css Color HEX #F42024 Alizarin

📋 copy color: '#F42024'

red 244 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F42024

Tints of Alizarin #F42024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 78.21%
G = 10.26%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F42024 (or 0xF42024) is known color: Alizarin. HEX triplet: F4, 20 and 24. RGB value is (244,32,36). Sum of RGB (Red+Green+Blue) = 244+32+36=312 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.21% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 244 - color contains mainly: red. Hex color #F42024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42024 is #0BDFDB. Grayscale: #606060. Windows color (decimal): -778204 or 2367732. OLE color: 2367732.

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

Color convert

RGB 244 32 36 -
CMYK 0 0.87 0.85 0.04
HSL 358.87º 0.91% 0.54% -
HSV(B) 358.87º 0.87% 0.96% -
XYZ 38.14 20.39 3.6 -
YUV 95.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 244 32 36 0 0.87 0.85 0.04 358.87 0.91 0.54
Hex F4 20 24 0 57 55 4 167 5B 36
Octal 364 40 44 0 127 125 4 547 133 66
Binary 11110100 100000 100100 0 1010111 1010101 100 101100111 1011011 110110

Color Harmonies of #F42024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42024

Black with #F42024

Text Example


Text Example

White with #F42024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42024; }

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

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

background-color css

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

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

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

border-color css

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

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

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