Shades of Cardinal #CB173D
Tints of Cardinal #CB173D
RGB
CMYK
RGB Variations
Color information
#CB173D (or 0xCB173D) is known color: Cardinal. HEX triplet: CB, 17 and 3D. RGB value is (203,23,61). Sum of RGB (Red+Green+Blue) = 203+23+61=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB173D is #34E8C2. Grayscale: #515151. Windows color (decimal): -3467459 or 4003787. OLE color: 4003787.
HSL color Cylindrical-coordinate representation of color #CB173D: hue angle of 347.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB173D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.20 |
| HSL | 347.33º | 0.8% | 0.44% | - |
| HSV(B) | 347.33º | 0.89% | 0.8% | - |
| XYZ | 25.78 | 13.65 | 5.69 | - |
| YUV | 81.15 | 116.63 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 61 | 0 | 0.89 | 0.70 | 0.20 | 347.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 3D | 0 | 59 | 46 | 14 | 15B | 50 | 2C |
| Octal | 313 | 27 | 75 | 0 | 131 | 106 | 24 | 533 | 120 | 54 |
| Binary | 11001011 | 10111 | 111101 | 0 | 1011001 | 1000110 | 10100 | 101011011 | 1010000 | 101100 |
Color Harmonies of #CB173D
Complementary color
Monochromatic Colors of #CB173D
Black with #CB173D
Text Example
Text Example
White with #CB173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB173D; }
p { color: rgb(203,23,61); }
H1.HeaderClassName
{
color: #CB173D;
}
.AnyTagClassName
{
color: #CB173D;
}
</style>
background-color css
<style>
a { background-color: #CB173D; }
a { background-color: rgb(203,23,61); }
div.DivClassName
{
background-color: #CB173D;
}
.BgClassName
{
background-color: #CB173D;
}
</style>
border-color css
<style>
span { border-color: #CB173D; }
span { border-color: rgb(203,23,61); }
td.TdClassName
{
border-color: #CB173D;
}
.TagClassName
{
border-color: #CB173D;
}
</style>