#D21D32

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

Shades of Cardinal #D21D32

Tints of Cardinal #D21D32

Color information

#D21D32 (or 0xD21D32) is unknown color: approx Cardinal. HEX triplet: D2, 1D and 32. RGB value is (210,29,50). Sum of RGB (Red+Green+Blue) = 210+29+50=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21D32 is #2DE2CD. Grayscale: #555555. Windows color (decimal): -3007182 or 3284434. OLE color: 3284434.

HSL color Cylindrical-coordinate representation of color #D21D32: hue angle of 353.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D32 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2102950-
CMYK00.860.760.18
HSL353.04º75.73%46.86%-
HSV(B)353.04º86.19%82.35%-
XYZ27.5914.814.42-
YUV85.51107.97216.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 72.66%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=72.66%
G=10.03%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210295000.860.760.18353.0475.7346.86
HexD21D320564C121614c2f
Octal322356201261142254111457
Binary1101001011101110010010101101001100100101011000011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21D32; }

 p { color: rgb(210,29,50); }

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

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

 a { background-color: rgb(210,29,50); }

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

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

 span { border-color: rgb(210,29,50); }

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