Shades of Cardinal #CD1B32
Tints of Cardinal #CD1B32
RGB
CMYK
RGB Variations
Color information
#CD1B32 (or 0xCD1B32) is known color: Cardinal. HEX triplet: CD, 1B and 32. RGB value is (205,27,50). Sum of RGB (Red+Green+Blue) = 205+27+50=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1B32 is #32E4CD. Grayscale: #525252. Windows color (decimal): -3335374 or 3283917. OLE color: 3283917.
HSL color Cylindrical-coordinate representation of color #CD1B32: hue angle of 352.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1B32 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 50 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.20 |
| HSL | 352.25º | 0.77% | 0.45% | - |
| HSV(B) | 352.25º | 0.87% | 0.8% | - |
| XYZ | 26.14 | 13.99 | 4.34 | - |
| YUV | 82.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 50 | 0 | 0.87 | 0.76 | 0.20 | 352.25 | 0.77 | 0.45 |
| Hex | CD | 1B | 32 | 0 | 57 | 4C | 14 | 160 | 4D | 2D |
| Octal | 315 | 33 | 62 | 0 | 127 | 114 | 24 | 540 | 115 | 55 |
| Binary | 11001101 | 11011 | 110010 | 0 | 1010111 | 1001100 | 10100 | 101100000 | 1001101 | 101101 |
Color Harmonies of #CD1B32
Complementary color
Monochromatic Colors of #CD1B32
Black with #CD1B32
Text Example
Text Example
White with #CD1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1B32; }
p { color: rgb(205,27,50); }
H1.HeaderClassName
{
color: #CD1B32;
}
.AnyTagClassName
{
color: #CD1B32;
}
</style>
background-color css
<style>
a { background-color: #CD1B32; }
a { background-color: rgb(205,27,50); }
div.DivClassName
{
background-color: #CD1B32;
}
.BgClassName
{
background-color: #CD1B32;
}
</style>
border-color css
<style>
span { border-color: #CD1B32; }
span { border-color: rgb(205,27,50); }
td.TdClassName
{
border-color: #CD1B32;
}
.TagClassName
{
border-color: #CD1B32;
}
</style>