Html Css Color HEX #F42324 Alizarin

📋 copy color: '#F42324'

red 244 ◦ green 35 ◦ blue 36

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

Shades of Alizarin #F42324

Tints of Alizarin #F42324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

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

R = 77.46%
G = 11.11%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F42324 (or 0xF42324) is known color: Alizarin. HEX triplet: F4, 23 and 24. RGB value is (244,35,36). Sum of RGB (Red+Green+Blue) = 244+35+36=315 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.46% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 244 - color contains mainly: red. Hex color #F42324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42324 is #0BDCDB. Grayscale: #616161. Windows color (decimal): -777436 or 2368500. OLE color: 2368500.

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

Color convert

RGB 244 35 36 -
CMYK 0 0.86 0.85 0.04
HSL 359.71º 0.9% 0.55% -
HSV(B) 359.71º 0.86% 0.96% -
XYZ 38.23 20.56 3.62 -
YUV 97.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 244 35 36 0 0.86 0.85 0.04 359.71 0.9 0.55
Hex F4 23 24 0 56 55 4 168 5A 37
Octal 364 43 44 0 126 125 4 550 132 67
Binary 11110100 100011 100100 0 1010110 1010101 100 101101000 1011010 110111

Color Harmonies of #F42324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42324

Black with #F42324

Text Example


Text Example

White with #F42324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42324; }

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

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

background-color css

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

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

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

border-color css

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

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

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