Html Css Color HEX #F52429 Alizarin

📋 copy color: '#F52429'

red 245 ◦ green 36 ◦ blue 41

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

Shades of Alizarin #F52429

Tints of Alizarin #F52429

RGB

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

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

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

R = 76.09%
G = 11.18%
B = 12.73%

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

#F52429 (or 0xF52429) is known color: Alizarin. HEX triplet: F5, 24 and 29. RGB value is (245,36,41). Sum of RGB (Red+Green+Blue) = 245+36+41=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F52429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52429 is #0ADBD6. Grayscale: #636363. Windows color (decimal): -711639 or 2696437. OLE color: 2696437.

HSL color Cylindrical-coordinate representation of color #F52429: hue angle of 358.56º degrees, saturation: 0.91, 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 #F52429 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 36 41 -
CMYK 0 0.85 0.83 0.04
HSL 358.56º 0.91% 0.55% -
HSV(B) 358.56º 0.85% 0.96% -
XYZ 38.69 20.83 4.08 -
YUV 99.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 245 36 41 0 0.85 0.83 0.04 358.56 0.91 0.55
Hex F5 24 29 0 55 53 4 167 5B 37
Octal 365 44 51 0 125 123 4 547 133 67
Binary 11110101 100100 101001 0 1010101 1010011 100 101100111 1011011 110111

Color Harmonies of #F52429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52429

Black with #F52429

Text Example


Text Example

White with #F52429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52429; }

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

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

background-color css

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

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

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

border-color css

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

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

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