Html Css Color HEX #F72134 Alizarin

📋 copy color: '#F72134'

red 247 ◦ green 33 ◦ blue 52

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

Shades of Alizarin #F72134

Tints of Alizarin #F72134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 74.4%
G = 9.94%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F72134 (or 0xF72134) is known color: Alizarin. HEX triplet: F7, 21 and 34. RGB value is (247,33,52). Sum of RGB (Red+Green+Blue) = 247+33+52=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F72134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72134 is #08DECB. Grayscale: #636363. Windows color (decimal): -581324 or 3416567. OLE color: 3416567.

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

Color convert

RGB 247 33 52 -
CMYK 0 0.87 0.79 0.03
HSL 354.67º 0.93% 0.55% -
HSV(B) 354.67º 0.87% 0.97% -
XYZ 39.52 21.11 5.24 -
YUV 99.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 247 33 52 0 0.87 0.79 0.03 354.67 0.93 0.55
Hex F7 21 34 0 57 4F 3 163 5D 37
Octal 367 41 64 0 127 117 3 543 135 67
Binary 11110111 100001 110100 0 1010111 1001111 11 101100011 1011101 110111

Color Harmonies of #F72134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72134

Black with #F72134

Text Example


Text Example

White with #F72134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72134; }

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

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

background-color css

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

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

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

border-color css

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

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

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