Shades of Cardinal #CB1341
Tints of Cardinal #CB1341
RGB
CMYK
RGB Variations
Color information
#CB1341 (or 0xCB1341) is known color: Cardinal. HEX triplet: CB, 13 and 41. RGB value is (203,19,65). Sum of RGB (Red+Green+Blue) = 203+19+65=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1341 is #34ECBE. Grayscale: #4F4F4F. Windows color (decimal): -3468479 or 4264907. OLE color: 4264907.
HSL color Cylindrical-coordinate representation of color #CB1341: hue angle of 345º 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 #CB1341 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 65 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.20 |
| HSL | 345º | 0.83% | 0.44% | - |
| HSV(B) | 345º | 0.91% | 0.8% | - |
| XYZ | 25.82 | 13.54 | 6.25 | - |
| YUV | 79.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 65 | 0 | 0.91 | 0.68 | 0.20 | 345 | 0.83 | 0.44 |
| Hex | CB | 13 | 41 | 0 | 5B | 44 | 14 | 159 | 53 | 2C |
| Octal | 313 | 23 | 101 | 0 | 133 | 104 | 24 | 531 | 123 | 54 |
| Binary | 11001011 | 10011 | 1000001 | 0 | 1011011 | 1000100 | 10100 | 101011001 | 1010011 | 101100 |
Color Harmonies of #CB1341
Complementary color
Monochromatic Colors of #CB1341
Black with #CB1341
Text Example
Text Example
White with #CB1341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1341; }
p { color: rgb(203,19,65); }
H1.HeaderClassName
{
color: #CB1341;
}
.AnyTagClassName
{
color: #CB1341;
}
</style>
background-color css
<style>
a { background-color: #CB1341; }
a { background-color: rgb(203,19,65); }
div.DivClassName
{
background-color: #CB1341;
}
.BgClassName
{
background-color: #CB1341;
}
</style>
border-color css
<style>
span { border-color: #CB1341; }
span { border-color: rgb(203,19,65); }
td.TdClassName
{
border-color: #CB1341;
}
.TagClassName
{
border-color: #CB1341;
}
</style>