Html Css Color HEX #F72526 Alizarin

📋 copy color: '#F72526'

red 247 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #F72526

Tints of Alizarin #F72526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 76.71%
G = 11.49%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F72526 (or 0xF72526) is known color: Alizarin. HEX triplet: F7, 25 and 26. RGB value is (247,37,38). Sum of RGB (Red+Green+Blue) = 247+37+38=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F72526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72526 is #08DAD9. Grayscale: #646464. Windows color (decimal): -580314 or 2500087. OLE color: 2500087.

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

Color convert

RGB 247 37 38 -
CMYK 0 0.85 0.85 0.03
HSL 359.71º 0.93% 0.56% -
HSV(B) 359.71º 0.85% 0.97% -
XYZ 39.37 21.24 3.86 -
YUV 99.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 247 37 38 0 0.85 0.85 0.03 359.71 0.93 0.56
Hex F7 25 26 0 55 55 3 168 5D 38
Octal 367 45 46 0 125 125 3 550 135 70
Binary 11110111 100101 100110 0 1010101 1010101 11 101101000 1011101 111000

Color Harmonies of #F72526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72526

Black with #F72526

Text Example


Text Example

White with #F72526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72526; }

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

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

background-color css

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

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

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

border-color css

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

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

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