Shades of Cardinal #CC2534
Tints of Cardinal #CC2534
RGB
CMYK
RGB Variations
Color information
#CC2534 (or 0xCC2534) is known color: Cardinal. HEX triplet: CC, 25 and 34. RGB value is (204,37,52). Sum of RGB (Red+Green+Blue) = 204+37+52=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2534 is #33DACB. Grayscale: #585858. Windows color (decimal): -3398348 or 3417548. OLE color: 3417548.
HSL color Cylindrical-coordinate representation of color #CC2534: hue angle of 354.61º 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 #CC2534 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 52 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.2 |
| HSL | 354.61º | 0.69% | 0.47% | - |
| HSV(B) | 354.61º | 0.82% | 0.8% | - |
| XYZ | 26.18 | 14.41 | 4.65 | - |
| YUV | 88.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 52 | 0 | 0.82 | 0.75 | 0.2 | 354.61 | 0.69 | 0.47 |
| Hex | CC | 25 | 34 | 0 | 52 | 4B | 14 | 163 | 45 | 2F |
| Octal | 314 | 45 | 64 | 0 | 122 | 113 | 24 | 543 | 105 | 57 |
| Binary | 11001100 | 100101 | 110100 | 0 | 1010010 | 1001011 | 10100 | 101100011 | 1000101 | 101111 |
Color Harmonies of #CC2534
Complementary color
Monochromatic Colors of #CC2534
Black with #CC2534
Text Example
Text Example
White with #CC2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2534; }
p { color: rgb(204,37,52); }
H1.HeaderClassName
{
color: #CC2534;
}
.AnyTagClassName
{
color: #CC2534;
}
</style>
background-color css
<style>
a { background-color: #CC2534; }
a { background-color: rgb(204,37,52); }
div.DivClassName
{
background-color: #CC2534;
}
.BgClassName
{
background-color: #CC2534;
}
</style>
border-color css
<style>
span { border-color: #CC2534; }
span { border-color: rgb(204,37,52); }
td.TdClassName
{
border-color: #CC2534;
}
.TagClassName
{
border-color: #CC2534;
}
</style>