Html Css Color HEX #F72528 Alizarin

📋 copy color: '#F72528'

red 247 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #F72528

Tints of Alizarin #F72528

RGB

 RED value IS 247 (96.88% from 255) = 76.23%

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

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

R = 76.23%
G = 11.42%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F72528 (or 0xF72528) is known color: Alizarin. HEX triplet: F7, 25 and 28. RGB value is (247,37,40). Sum of RGB (Red+Green+Blue) = 247+37+40=324 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.23% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 247 - color contains mainly: red. Hex color #F72528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72528 is #08DAD7. Grayscale: #646464. Windows color (decimal): -580312 or 2631159. OLE color: 2631159.

HSL color Cylindrical-coordinate representation of color #F72528: hue angle of 359.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72528 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 40 -
CMYK 0 0.85 0.84 0.03
HSL 359.14º 0.93% 0.56% -
HSV(B) 359.14º 0.85% 0.97% -
XYZ 39.4 21.25 4.03 -
YUV 100.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 247 37 40 0 0.85 0.84 0.03 359.14 0.93 0.56
Hex F7 25 28 0 55 54 3 167 5D 38
Octal 367 45 50 0 125 124 3 547 135 70
Binary 11110111 100101 101000 0 1010101 1010100 11 101100111 1011101 111000

Color Harmonies of #F72528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72528

Black with #F72528

Text Example


Text Example

White with #F72528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72528; }

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

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

background-color css

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

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

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

border-color css

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

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

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