Shades of Cardinal #CB243D
Tints of Cardinal #CB243D
RGB
CMYK
RGB Variations
Color information
#CB243D (or 0xCB243D) is known color: Cardinal. HEX triplet: CB, 24 and 3D. RGB value is (203,36,61). Sum of RGB (Red+Green+Blue) = 203+36+61=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB243D is #34DBC2. Grayscale: #585858. Windows color (decimal): -3464131 or 4007115. OLE color: 4007115.
HSL color Cylindrical-coordinate representation of color #CB243D: hue angle of 351.02º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB243D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 61 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.20 |
| HSL | 351.02º | 0.7% | 0.47% | - |
| HSV(B) | 351.02º | 0.82% | 0.8% | - |
| XYZ | 26.1 | 14.3 | 5.8 | - |
| YUV | 88.78 | 112.33 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 61 | 0 | 0.82 | 0.70 | 0.20 | 351.02 | 0.7 | 0.47 |
| Hex | CB | 24 | 3D | 0 | 52 | 46 | 14 | 15F | 46 | 2F |
| Octal | 313 | 44 | 75 | 0 | 122 | 106 | 24 | 537 | 106 | 57 |
| Binary | 11001011 | 100100 | 111101 | 0 | 1010010 | 1000110 | 10100 | 101011111 | 1000110 | 101111 |
Color Harmonies of #CB243D
Complementary color
Monochromatic Colors of #CB243D
Black with #CB243D
Text Example
Text Example
White with #CB243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB243D; }
p { color: rgb(203,36,61); }
H1.HeaderClassName
{
color: #CB243D;
}
.AnyTagClassName
{
color: #CB243D;
}
</style>
background-color css
<style>
a { background-color: #CB243D; }
a { background-color: rgb(203,36,61); }
div.DivClassName
{
background-color: #CB243D;
}
.BgClassName
{
background-color: #CB243D;
}
</style>
border-color css
<style>
span { border-color: #CB243D; }
span { border-color: rgb(203,36,61); }
td.TdClassName
{
border-color: #CB243D;
}
.TagClassName
{
border-color: #CB243D;
}
</style>