Html Css Color HEX #F72730 Alizarin

📋 copy color: '#F72730'

red 247 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #F72730

Tints of Alizarin #F72730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

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

R = 73.95%
G = 11.68%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F72730 (or 0xF72730) is known color: Alizarin. HEX triplet: F7, 27 and 30. RGB value is (247,39,48). Sum of RGB (Red+Green+Blue) = 247+39+48=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F72730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72730 is #08D8CF. Grayscale: #666666. Windows color (decimal): -579792 or 3155959. OLE color: 3155959.

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

Color convert

RGB 247 39 48 -
CMYK 0 0.84 0.81 0.03
HSL 357.4º 0.93% 0.56% -
HSV(B) 357.4º 0.84% 0.97% -
XYZ 39.62 21.44 4.85 -
YUV 102.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 247 39 48 0 0.84 0.81 0.03 357.4 0.93 0.56
Hex F7 27 30 0 54 51 3 165 5D 38
Octal 367 47 60 0 124 121 3 545 135 70
Binary 11110111 100111 110000 0 1010100 1010001 11 101100101 1011101 111000

Color Harmonies of #F72730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72730

Black with #F72730

Text Example


Text Example

White with #F72730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72730; }

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

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

background-color css

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

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

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

border-color css

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

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

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