Html Css Color HEX #F72932 Alizarin

📋 copy color: '#F72932'

red 247 ◦ green 41 ◦ blue 50

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

Shades of Alizarin #F72932

Tints of Alizarin #F72932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 73.08%
G = 12.13%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F72932 (or 0xF72932) is known color: Alizarin. HEX triplet: F7, 29 and 32. RGB value is (247,41,50). Sum of RGB (Red+Green+Blue) = 247+41+50=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F72932 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72932 is #08D6CD. Grayscale: #676767. Windows color (decimal): -579278 or 3287543. OLE color: 3287543.

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

Color convert

RGB 247 41 50 -
CMYK 0 0.83 0.80 0.03
HSL 357.38º 0.93% 0.56% -
HSV(B) 357.38º 0.83% 0.97% -
XYZ 39.73 21.59 5.09 -
YUV 103.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 247 41 50 0 0.83 0.80 0.03 357.38 0.93 0.56
Hex F7 29 32 0 53 50 3 165 5D 38
Octal 367 51 62 0 123 120 3 545 135 70
Binary 11110111 101001 110010 0 1010011 1010000 11 101100101 1011101 111000

Color Harmonies of #F72932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72932

Black with #F72932

Text Example


Text Example

White with #F72932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72932; }

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

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

background-color css

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

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

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

border-color css

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

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

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