#D31E30

Color #D31E30 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D31E30

Tints of Alizarin #D31E30

Color information

#D31E30 (or 0xD31E30) is unknown color: approx Alizarin. HEX triplet: D3, 1E and 30. RGB value is (211,30,48). Sum of RGB (Red+Green+Blue) = 211+30+48=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D31E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31E30 is #2CE1CF. Grayscale: #565656. Windows color (decimal): -2941392 or 3153619. OLE color: 3153619.

HSL color Cylindrical-coordinate representation of color #D31E30: hue angle of 354.03º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31E30 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB2113048-
CMYK00.860.770.17
HSL354.03º75.1%47.25%-
HSV(B)354.03º85.78%82.75%-
XYZ27.8614.994.22-
YUV86.17106.47217.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 73.01%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=73.01%
G=10.38%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211304800.860.770.17354.0375.147.25
HexD31E300564D111624b2f
Octal323366001261152154211357
Binary1101001111110110000010101101001101100011011000101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31E30; }

 p { color: rgb(211,30,48); }

 H1.HeaderClassName
 {
   color: #D31E30;
 }
 .AnyTagClassName
 {
   color: #D31E30;
 }
</style>
background-color css

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

 a { background-color: rgb(211,30,48); }

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

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

 span { border-color: rgb(211,30,48); }

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