#D01D37

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

Shades of Cardinal #D01D37

Tints of Cardinal #D01D37

Color information

#D01D37 (or 0xD01D37) is unknown color: approx Cardinal. HEX triplet: D0, 1D and 37. RGB value is (208,29,55). Sum of RGB (Red+Green+Blue) = 208+29+55=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D37 is #2FE2C8. Grayscale: #555555. Windows color (decimal): -3138249 or 3612112. OLE color: 3612112.

HSL color Cylindrical-coordinate representation of color #D01D37: hue angle of 351.28º 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 #D01D37 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB2082955-
CMYK00.860.740.18
HSL351.28º75.53%46.47%-
HSV(B)351.28º86.06%81.57%-
XYZ27.1414.565-
YUV85.48110.8215.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.23%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 55 (21.88% from 255) = 18.84%
R=71.23%
G=9.93%
B=18.84%

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
Decimal208295500.860.740.18351.2875.5346.47
HexD01D370564A1215f4c2e
Octal320356701261122253711456
Binary1101000011101110111010101101001010100101010111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01D37; }

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

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

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

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

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

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

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

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