Shades of Cardinal #CD133C
Tints of Cardinal #CD133C
RGB
CMYK
RGB Variations
Color information
#CD133C (or 0xCD133C) is known color: Cardinal. HEX triplet: CD, 13 and 3C. RGB value is (205,19,60). Sum of RGB (Red+Green+Blue) = 205+19+60=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD133C is #32ECC3. Grayscale: #4F4F4F. Windows color (decimal): -3337412 or 3937229. OLE color: 3937229.
HSL color Cylindrical-coordinate representation of color #CD133C: hue angle of 346.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD133C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.20 |
| HSL | 346.77º | 0.83% | 0.44% | - |
| HSV(B) | 346.77º | 0.91% | 0.8% | - |
| XYZ | 26.23 | 13.77 | 5.55 | - |
| YUV | 79.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 19 | 60 | 0 | 0.91 | 0.71 | 0.20 | 346.77 | 0.83 | 0.44 |
| Hex | CD | 13 | 3C | 0 | 5B | 47 | 14 | 15B | 53 | 2C |
| Octal | 315 | 23 | 74 | 0 | 133 | 107 | 24 | 533 | 123 | 54 |
| Binary | 11001101 | 10011 | 111100 | 0 | 1011011 | 1000111 | 10100 | 101011011 | 1010011 | 101100 |
Color Harmonies of #CD133C
Complementary color
Monochromatic Colors of #CD133C
Black with #CD133C
Text Example
Text Example
White with #CD133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD133C; }
p { color: rgb(205,19,60); }
H1.HeaderClassName
{
color: #CD133C;
}
.AnyTagClassName
{
color: #CD133C;
}
</style>
background-color css
<style>
a { background-color: #CD133C; }
a { background-color: rgb(205,19,60); }
div.DivClassName
{
background-color: #CD133C;
}
.BgClassName
{
background-color: #CD133C;
}
</style>
border-color css
<style>
span { border-color: #CD133C; }
span { border-color: rgb(205,19,60); }
td.TdClassName
{
border-color: #CD133C;
}
.TagClassName
{
border-color: #CD133C;
}
</style>