#D3222E

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

Shades of Alizarin #D3222E

Tints of Alizarin #D3222E

Color information

#D3222E (or 0xD3222E) is unknown color: approx Alizarin. HEX triplet: D3, 22 and 2E. RGB value is (211,34,46). Sum of RGB (Red+Green+Blue) = 211+34+46=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D3222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3222E is #2CDDD1. Grayscale: #585858. Windows color (decimal): -2940370 or 3023571. OLE color: 3023571.

HSL color Cylindrical-coordinate representation of color #D3222E: hue angle of 355.93º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3222E is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB2113446-
CMYK00.840.780.17
HSL355.93º72.24%48.04%-
HSV(B)355.93º83.89%82.75%-
XYZ27.9315.194.04-
YUV88.29104.14215.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 72.51%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 46 (18.36% from 255) = 15.81%
R=72.51%
G=11.68%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211344600.840.780.17355.9372.2448.04
HexD3222E0544E111644830
Octal323425601241162154411060
Binary11010011100010101110010101001001110100011011001001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3222E; }

 p { color: rgb(211,34,46); }

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

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

 a { background-color: rgb(211,34,46); }

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

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

 span { border-color: rgb(211,34,46); }

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