Html Css Color HEX #F72530 Alizarin

📋 copy color: '#F72530'

red 247 ◦ green 37 ◦ blue 48

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

Shades of Alizarin #F72530

Tints of Alizarin #F72530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

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

R = 74.4%
G = 11.14%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F72530 (or 0xF72530) is known color: Alizarin. HEX triplet: F7, 25 and 30. RGB value is (247,37,48). Sum of RGB (Red+Green+Blue) = 247+37+48=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F72530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72530 is #08DACF. Grayscale: #656565. Windows color (decimal): -580304 or 3155447. OLE color: 3155447.

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

Color convert

RGB 247 37 48 -
CMYK 0 0.85 0.81 0.03
HSL 356.86º 0.93% 0.56% -
HSV(B) 356.86º 0.85% 0.97% -
XYZ 39.55 21.31 4.83 -
YUV 101.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 247 37 48 0 0.85 0.81 0.03 356.86 0.93 0.56
Hex F7 25 30 0 55 51 3 165 5D 38
Octal 367 45 60 0 125 121 3 545 135 70
Binary 11110111 100101 110000 0 1010101 1010001 11 101100101 1011101 111000

Color Harmonies of #F72530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72530

Black with #F72530

Text Example


Text Example

White with #F72530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72530; }

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

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

background-color css

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

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

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

border-color css

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

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

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