Html Css Color HEX #F52024 Alizarin

📋 copy color: '#F52024'

red 245 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F52024

Tints of Alizarin #F52024

RGB

 RED value IS 245 (96.09% from 255) = 78.27%

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

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

R = 78.27%
G = 10.22%
B = 11.5%

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

#F52024 (or 0xF52024) is known color: Alizarin. HEX triplet: F5, 20 and 24. RGB value is (245,32,36). Sum of RGB (Red+Green+Blue) = 245+32+36=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F52024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52024 is #0ADFDB. Grayscale: #606060. Windows color (decimal): -712668 or 2367733. OLE color: 2367733.

HSL color Cylindrical-coordinate representation of color #F52024: 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 #F52024 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 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.49 20.57 3.61 -
YUV 96.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 245 32 36 0 0.87 0.85 0.04 358.87 0.91 0.54
Hex F5 20 24 0 57 55 4 167 5B 36
Octal 365 40 44 0 127 125 4 547 133 66
Binary 11110101 100000 100100 0 1010111 1010101 100 101100111 1011011 110110

Color Harmonies of #F52024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52024

Black with #F52024

Text Example


Text Example

White with #F52024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52024; }

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

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

background-color css

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

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

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

border-color css

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

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

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