#CD1838

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

Shades of Cardinal #CD1838

Tints of Cardinal #CD1838

Color information

#CD1838 (or 0xCD1838) is unknown color: approx Cardinal. HEX triplet: CD, 18 and 38. RGB value is (205,24,56). Sum of RGB (Red+Green+Blue) = 205+24+56=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1838 is #32E7C7. Grayscale: #515151. Windows color (decimal): -3336136 or 3676365. OLE color: 3676365.

HSL color Cylindrical-coordinate representation of color #CD1838: hue angle of 349.39º 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 #CD1838 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB2052456-
CMYK00.880.730.20
HSL349.39º79.04%44.9%-
HSV(B)349.39º88.29%80.39%-
XYZ26.2213.925.05-
YUV81.77113.47215.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 71.93%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=71.93%
G=8.42%
B=19.65%

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
Decimal205245600.880.730.20349.3979.0444.9
HexCD1838058491415d4f2d
Octal315307001301112453511755
Binary1100110111000111000010110001001001101001010111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1838; }

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

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

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

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

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

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

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

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