Html Css Color HEX #D72630 Alizarin

📋 copy color: '#D72630'

red 215 ◦ green 38 ◦ blue 48

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

Shades of Alizarin #D72630

Tints of Alizarin #D72630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 71.43%
G = 12.62%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D72630 (or 0xD72630) is known color: Alizarin. HEX triplet: D7, 26 and 30. RGB value is (215,38,48). Sum of RGB (Red+Green+Blue) = 215+38+48=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D72630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72630 is #28D9CF. Grayscale: #5C5C5C. Windows color (decimal): -2677200 or 3155671. OLE color: 3155671.

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

Color convert

RGB 215 38 48 -
CMYK 0 0.82 0.78 0.16
HSL 356.61º 0.7% 0.5% -
HSV(B) 356.61º 0.82% 0.84% -
XYZ 29.25 16.05 4.35 -
YUV 92.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 215 38 48 0 0.82 0.78 0.16 356.61 0.7 0.5
Hex D7 26 30 0 52 4E 10 165 46 32
Octal 327 46 60 0 122 116 20 545 106 62
Binary 11010111 100110 110000 0 1010010 1001110 10000 101100101 1000110 110010

Color Harmonies of #D72630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72630

Black with #D72630

Text Example


Text Example

White with #D72630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72630; }

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

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

background-color css

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

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

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

border-color css

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

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

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