#CD1837

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

Shades of Cardinal #CD1837

Tints of Cardinal #CD1837

Color information

#CD1837 (or 0xCD1837) is unknown color: approx Cardinal. HEX triplet: CD, 18 and 37. RGB value is (205,24,55). Sum of RGB (Red+Green+Blue) = 205+24+55=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1837 is #32E7C8. Grayscale: #515151. Windows color (decimal): -3336137 or 3610829. OLE color: 3610829.

HSL color Cylindrical-coordinate representation of color #CD1837: hue angle of 349.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1837 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2052455-
CMYK00.880.730.20
HSL349.72º79.04%44.9%-
HSV(B)349.72º88.29%80.39%-
XYZ26.1913.914.92-
YUV81.65112.97215.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 72.18%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=72.18%
G=8.45%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205245500.880.730.20349.7279.0444.9
HexCD1837058491415e4f2d
Octal315306701301112453611755
Binary1100110111000110111010110001001001101001010111101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1837; }

 p { color: rgb(205,24,55); }

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

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

 a { background-color: rgb(205,24,55); }

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

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

 span { border-color: rgb(205,24,55); }

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