Html Css Color HEX #F72334 Alizarin

📋 copy color: '#F72334'

red 247 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #F72334

Tints of Alizarin #F72334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

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

R = 73.95%
G = 10.48%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F72334 (or 0xF72334) is known color: Alizarin. HEX triplet: F7, 23 and 34. RGB value is (247,35,52). Sum of RGB (Red+Green+Blue) = 247+35+52=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F72334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72334 is #08DCCB. Grayscale: #646464. Windows color (decimal): -580812 or 3417079. OLE color: 3417079.

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

Color convert

RGB 247 35 52 -
CMYK 0 0.86 0.79 0.03
HSL 355.19º 0.93% 0.55% -
HSV(B) 355.19º 0.86% 0.97% -
XYZ 39.58 21.22 5.26 -
YUV 100.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 247 35 52 0 0.86 0.79 0.03 355.19 0.93 0.55
Hex F7 23 34 0 56 4F 3 163 5D 37
Octal 367 43 64 0 126 117 3 543 135 67
Binary 11110111 100011 110100 0 1010110 1001111 11 101100011 1011101 110111

Color Harmonies of #F72334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72334

Black with #F72334

Text Example


Text Example

White with #F72334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72334; }

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

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

background-color css

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

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

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

border-color css

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

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

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