Html Css Color HEX #F72B2C Alizarin

📋 copy color: '#F72B2C'

red 247 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #F72B2C

Tints of Alizarin #F72B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 44 (17.58% from 255) = 13.17%

R = 73.95%
G = 12.87%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F72B2C (or 0xF72B2C) is known color: Alizarin. HEX triplet: F7, 2B and 2C. RGB value is (247,43,44). Sum of RGB (Red+Green+Blue) = 247+43+44=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72B2C is #08D4D3. Grayscale: #686868. Windows color (decimal): -578772 or 2894839. OLE color: 2894839.

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

Color convert

RGB 247 43 44 -
CMYK 0 0.83 0.82 0.03
HSL 359.71º 0.93% 0.57% -
HSV(B) 359.71º 0.83% 0.97% -
XYZ 39.68 21.68 4.48 -
YUV 104.11 94.09 229.92 -
System Red Green Blue C M Y K H S L
Decimal 247 43 44 0 0.83 0.82 0.03 359.71 0.93 0.57
Hex F7 2B 2C 0 53 52 3 168 5D 39
Octal 367 53 54 0 123 122 3 550 135 71
Binary 11110111 101011 101100 0 1010011 1010010 11 101101000 1011101 111001

Color Harmonies of #F72B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72B2C

Black with #F72B2C

Text Example


Text Example

White with #F72B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72B2C; }

 p { color: rgb(247,43,44); }

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

background-color css

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

 a { background-color: rgb(247,43,44); }

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

border-color css

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

 span { border-color: rgb(247,43,44); }

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