#D01D36

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

Shades of Cardinal #D01D36

Tints of Cardinal #D01D36

Color information

#D01D36 (or 0xD01D36) is unknown color: approx Cardinal. HEX triplet: D0, 1D and 36. RGB value is (208,29,54). Sum of RGB (Red+Green+Blue) = 208+29+54=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D36 is #2FE2C9. Grayscale: #555555. Windows color (decimal): -3138250 or 3546576. OLE color: 3546576.

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

Color convert

RGB2082954-
CMYK00.860.740.18
HSL351.62º75.53%46.47%-
HSV(B)351.62º86.06%81.57%-
XYZ27.1214.554.87-
YUV85.37110.3215.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.48%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=71.48%
G=9.97%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208295400.860.740.18351.6275.5346.47
HexD01D360564A121604c2e
Octal320356601261122254011456
Binary1101000011101110110010101101001010100101011000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D36; }

 p { color: rgb(208,29,54); }

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

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

 a { background-color: rgb(208,29,54); }

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

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

 span { border-color: rgb(208,29,54); }

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