Html Css Color HEX #F52528 Alizarin

📋 copy color: '#F52528'

red 245 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F52528

Tints of Alizarin #F52528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 76.09%
G = 11.49%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F52528 (or 0xF52528) is known color: Alizarin. HEX triplet: F5, 25 and 28. RGB value is (245,37,40). Sum of RGB (Red+Green+Blue) = 245+37+40=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F52528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F52528 is #0ADAD7. Grayscale: #636363. Windows color (decimal): -711384 or 2631157. OLE color: 2631157.

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

Color convert

RGB 245 37 40 -
CMYK 0 0.85 0.84 0.04
HSL 359.13º 0.91% 0.55% -
HSV(B) 359.13º 0.85% 0.96% -
XYZ 38.7 20.89 4 -
YUV 99.53 94.41 231.76 -
System Red Green Blue C M Y K H S L
Decimal 245 37 40 0 0.85 0.84 0.04 359.13 0.91 0.55
Hex F5 25 28 0 55 54 4 167 5B 37
Octal 365 45 50 0 125 124 4 547 133 67
Binary 11110101 100101 101000 0 1010101 1010100 100 101100111 1011011 110111

Color Harmonies of #F52528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52528

Black with #F52528

Text Example


Text Example

White with #F52528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52528; }

 p { color: rgb(245,37,40); }

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

background-color css

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

 a { background-color: rgb(245,37,40); }

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

border-color css

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

 span { border-color: rgb(245,37,40); }

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