Html Css Color HEX #F72132 Alizarin

📋 copy color: '#F72132'

red 247 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #F72132

Tints of Alizarin #F72132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 74.85%
G = 10%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F72132 (or 0xF72132) is known color: Alizarin. HEX triplet: F7, 21 and 32. RGB value is (247,33,50). Sum of RGB (Red+Green+Blue) = 247+33+50=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F72132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72132 is #08DECD. Grayscale: #636363. Windows color (decimal): -581326 or 3285495. OLE color: 3285495.

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

Color convert

RGB 247 33 50 -
CMYK 0 0.87 0.80 0.03
HSL 355.23º 0.93% 0.55% -
HSV(B) 355.23º 0.87% 0.97% -
XYZ 39.48 21.09 5.01 -
YUV 98.92 100.4 233.62 -
System Red Green Blue C M Y K H S L
Decimal 247 33 50 0 0.87 0.80 0.03 355.23 0.93 0.55
Hex F7 21 32 0 57 50 3 163 5D 37
Octal 367 41 62 0 127 120 3 543 135 67
Binary 11110111 100001 110010 0 1010111 1010000 11 101100011 1011101 110111

Color Harmonies of #F72132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72132

Black with #F72132

Text Example


Text Example

White with #F72132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72132; }

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

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

background-color css

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

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

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

border-color css

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

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

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