Html Css Color HEX #F72128 Alizarin

📋 copy color: '#F72128'

red 247 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #F72128

Tints of Alizarin #F72128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 77.19%
G = 10.31%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F72128 (or 0xF72128) is known color: Alizarin. HEX triplet: F7, 21 and 28. RGB value is (247,33,40). Sum of RGB (Red+Green+Blue) = 247+33+40=320 (42% of max value = 765). Red value is 247 (96.88% from 255 or 77.19% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 247 - color contains mainly: red. Hex color #F72128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72128 is #08DED7. Grayscale: #616161. Windows color (decimal): -581336 or 2630135. OLE color: 2630135.

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

Color convert

RGB 247 33 40 -
CMYK 0 0.87 0.84 0.03
HSL 358.04º 0.93% 0.55% -
HSV(B) 358.04º 0.87% 0.97% -
XYZ 39.28 21.02 3.99 -
YUV 97.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 247 33 40 0 0.87 0.84 0.03 358.04 0.93 0.55
Hex F7 21 28 0 57 54 3 166 5D 37
Octal 367 41 50 0 127 124 3 546 135 67
Binary 11110111 100001 101000 0 1010111 1010100 11 101100110 1011101 110111

Color Harmonies of #F72128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72128

Black with #F72128

Text Example


Text Example

White with #F72128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72128; }

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

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

background-color css

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

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

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

border-color css

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

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

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