Shades of Cardinal #CC253B
Tints of Cardinal #CC253B
RGB
CMYK
RGB Variations
Color information
#CC253B (or 0xCC253B) is known color: Cardinal. HEX triplet: CC, 25 and 3B. RGB value is (204,37,59). Sum of RGB (Red+Green+Blue) = 204+37+59=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC253B is #33DAC4. Grayscale: #595959. Windows color (decimal): -3398341 or 3876300. OLE color: 3876300.
HSL color Cylindrical-coordinate representation of color #CC253B: hue angle of 352.1º degrees, saturation: 0.69, 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 #CC253B is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 59 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.2 |
| HSL | 352.1º | 0.69% | 0.47% | - |
| HSV(B) | 352.1º | 0.82% | 0.8% | - |
| XYZ | 26.35 | 14.48 | 5.54 | - |
| YUV | 89.44 | 110.83 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 59 | 0 | 0.82 | 0.71 | 0.2 | 352.1 | 0.69 | 0.47 |
| Hex | CC | 25 | 3B | 0 | 52 | 47 | 14 | 160 | 45 | 2F |
| Octal | 314 | 45 | 73 | 0 | 122 | 107 | 24 | 540 | 105 | 57 |
| Binary | 11001100 | 100101 | 111011 | 0 | 1010010 | 1000111 | 10100 | 101100000 | 1000101 | 101111 |
Color Harmonies of #CC253B
Complementary color
Monochromatic Colors of #CC253B
Black with #CC253B
Text Example
Text Example
White with #CC253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC253B; }
p { color: rgb(204,37,59); }
H1.HeaderClassName
{
color: #CC253B;
}
.AnyTagClassName
{
color: #CC253B;
}
</style>
background-color css
<style>
a { background-color: #CC253B; }
a { background-color: rgb(204,37,59); }
div.DivClassName
{
background-color: #CC253B;
}
.BgClassName
{
background-color: #CC253B;
}
</style>
border-color css
<style>
span { border-color: #CC253B; }
span { border-color: rgb(204,37,59); }
td.TdClassName
{
border-color: #CC253B;
}
.TagClassName
{
border-color: #CC253B;
}
</style>