Html Css Color HEX #F72330 Alizarin

📋 copy color: '#F72330'

red 247 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #F72330

Tints of Alizarin #F72330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 74.85%
G = 10.61%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F72330 (or 0xF72330) is known color: Alizarin. HEX triplet: F7, 23 and 30. RGB value is (247,35,48). Sum of RGB (Red+Green+Blue) = 247+35+48=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F72330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72330 is #08DCCF. Grayscale: #646464. Windows color (decimal): -580816 or 3154935. OLE color: 3154935.

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

Color convert

RGB 247 35 48 -
CMYK 0 0.86 0.81 0.03
HSL 356.32º 0.93% 0.55% -
HSV(B) 356.32º 0.86% 0.97% -
XYZ 39.49 21.19 4.8 -
YUV 99.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 247 35 48 0 0.86 0.81 0.03 356.32 0.93 0.55
Hex F7 23 30 0 56 51 3 164 5D 37
Octal 367 43 60 0 126 121 3 544 135 67
Binary 11110111 100011 110000 0 1010110 1010001 11 101100100 1011101 110111

Color Harmonies of #F72330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72330

Black with #F72330

Text Example


Text Example

White with #F72330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72330; }

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

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

background-color css

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

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

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

border-color css

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

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

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