Html Css Color HEX #F72732 Alizarin

📋 copy color: '#F72732'

red 247 ◦ green 39 ◦ blue 50

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

Shades of Alizarin #F72732

Tints of Alizarin #F72732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.61%

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 73.51%
G = 11.61%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F72732 (or 0xF72732) is known color: Alizarin. HEX triplet: F7, 27 and 32. RGB value is (247,39,50). Sum of RGB (Red+Green+Blue) = 247+39+50=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F72732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72732 is #08D8CD. Grayscale: #666666. Windows color (decimal): -579790 or 3287031. OLE color: 3287031.

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

Color convert

RGB 247 39 50 -
CMYK 0 0.84 0.80 0.03
HSL 356.83º 0.93% 0.56% -
HSV(B) 356.83º 0.84% 0.97% -
XYZ 39.66 21.46 5.07 -
YUV 102.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 247 39 50 0 0.84 0.80 0.03 356.83 0.93 0.56
Hex F7 27 32 0 54 50 3 165 5D 38
Octal 367 47 62 0 124 120 3 545 135 70
Binary 11110111 100111 110010 0 1010100 1010000 11 101100101 1011101 111000

Color Harmonies of #F72732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72732

Black with #F72732

Text Example


Text Example

White with #F72732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72732; }

 p { color: rgb(247,39,50); }

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

background-color css

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

 a { background-color: rgb(247,39,50); }

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

border-color css

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

 span { border-color: rgb(247,39,50); }

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