#DC1D2E

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

Shades of Alizarin #DC1D2E

Tints of Alizarin #DC1D2E

Color information

#DC1D2E (or 0xDC1D2E) is unknown color: approx Alizarin. HEX triplet: DC, 1D and 2E. RGB value is (220,29,46). Sum of RGB (Red+Green+Blue) = 220+29+46=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1D2E is #23E2D1. Grayscale: #585858. Windows color (decimal): -2351826 or 3022300. OLE color: 3022300.

HSL color Cylindrical-coordinate representation of color #DC1D2E: hue angle of 354.66º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1D2E is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2202946-
CMYK00.870.790.14
HSL354.66º76.71%48.82%-
HSV(B)354.66º86.82%86.27%-
XYZ30.4516.294.12-
YUV88.05104.28222.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 74.58%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=74.58%
G=9.83%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220294600.870.790.14354.6676.7148.82
HexDC1D2E0574FE1634d31
Octal334355601271171654311561
Binary110111001110110111001010111100111111101011000111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1D2E; }

 p { color: rgb(220,29,46); }

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

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

 a { background-color: rgb(220,29,46); }

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

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

 span { border-color: rgb(220,29,46); }

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