Html Css Color HEX #D72930 Alizarin

📋 copy color: '#D72930'

red 215 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #D72930

Tints of Alizarin #D72930

RGB

 RED value IS 215 (84.38% from 255) = 70.72%

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 70.72%
G = 13.49%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D72930 (or 0xD72930) is known color: Alizarin. HEX triplet: D7, 29 and 30. RGB value is (215,41,48). Sum of RGB (Red+Green+Blue) = 215+41+48=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D72930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72930 is #28D6CF. Grayscale: #5D5D5D. Windows color (decimal): -2676432 or 3156439. OLE color: 3156439.

HSL color Cylindrical-coordinate representation of color #D72930: hue angle of 357.59º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72930 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 48 -
CMYK 0 0.81 0.78 0.16
HSL 357.59º 0.69% 0.5% -
HSV(B) 357.59º 0.81% 0.84% -
XYZ 29.35 16.25 4.39 -
YUV 93.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 215 41 48 0 0.81 0.78 0.16 357.59 0.69 0.5
Hex D7 29 30 0 51 4E 10 166 45 32
Octal 327 51 60 0 121 116 20 546 105 62
Binary 11010111 101001 110000 0 1010001 1001110 10000 101100110 1000101 110010

Color Harmonies of #D72930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72930

Black with #D72930

Text Example


Text Example

White with #D72930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72930; }

 p { color: rgb(215,41,48); }

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

background-color css

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

 a { background-color: rgb(215,41,48); }

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

border-color css

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

 span { border-color: rgb(215,41,48); }

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