Html Css Color HEX #F72830 Alizarin

📋 copy color: '#F72830'

red 247 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #F72830

Tints of Alizarin #F72830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 73.73%
G = 11.94%
B = 14.33%

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

#F72830 (or 0xF72830) is known color: Alizarin. HEX triplet: F7, 28 and 30. RGB value is (247,40,48). Sum of RGB (Red+Green+Blue) = 247+40+48=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F72830 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72830 is #08D7CF. Grayscale: #666666. Windows color (decimal): -579536 or 3156215. OLE color: 3156215.

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

Color convert

RGB 247 40 48 -
CMYK 0 0.84 0.81 0.03
HSL 357.68º 0.93% 0.56% -
HSV(B) 357.68º 0.84% 0.97% -
XYZ 39.65 21.51 4.86 -
YUV 102.81 97.08 230.85 -
System Red Green Blue C M Y K H S L
Decimal 247 40 48 0 0.84 0.81 0.03 357.68 0.93 0.56
Hex F7 28 30 0 54 51 3 166 5D 38
Octal 367 50 60 0 124 121 3 546 135 70
Binary 11110111 101000 110000 0 1010100 1010001 11 101100110 1011101 111000

Color Harmonies of #F72830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72830

Black with #F72830

Text Example


Text Example

White with #F72830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72830; }

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

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

background-color css

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

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

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

border-color css

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

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

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