#D1213B

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

Shades of Cardinal #D1213B

Tints of Cardinal #D1213B

Color information

#D1213B (or 0xD1213B) is unknown color: approx Cardinal. HEX triplet: D1, 21 and 3B. RGB value is (209,33,59). Sum of RGB (Red+Green+Blue) = 209+33+59=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1213B is #2EDEC4. Grayscale: #585858. Windows color (decimal): -3071685 or 3875281. OLE color: 3875281.

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

Color convert

RGB2093359-
CMYK00.840.720.18
HSL351.14º72.73%47.45%-
HSV(B)351.14º84.21%81.96%-
XYZ27.6314.965.57-
YUV88.59111.31213.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=69.44%
G=10.96%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209335900.840.720.18351.1472.7347.45
HexD1213B054481215f492f
Octal321417301241102253711157
Binary11010001100001111011010101001001000100101010111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1213B; }

 p { color: rgb(209,33,59); }

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

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

 a { background-color: rgb(209,33,59); }

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

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

 span { border-color: rgb(209,33,59); }

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