Shades of Cardinal #CC1F2F
Tints of Cardinal #CC1F2F
RGB
CMYK
RGB Variations
Color information
#CC1F2F (or 0xCC1F2F) is known color: Cardinal. HEX triplet: CC, 1F and 2F. RGB value is (204,31,47). Sum of RGB (Red+Green+Blue) = 204+31+47=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F2F is #33E0D0. Grayscale: #545454. Windows color (decimal): -3399889 or 3088332. OLE color: 3088332.
HSL color Cylindrical-coordinate representation of color #CC1F2F: hue angle of 354.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F2F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 47 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.2 |
| HSL | 354.45º | 0.74% | 0.46% | - |
| HSV(B) | 354.45º | 0.85% | 0.8% | - |
| XYZ | 25.9 | 14.02 | 4.03 | - |
| YUV | 84.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 47 | 0 | 0.85 | 0.77 | 0.2 | 354.45 | 0.74 | 0.46 |
| Hex | CC | 1F | 2F | 0 | 55 | 4D | 14 | 162 | 4A | 2E |
| Octal | 314 | 37 | 57 | 0 | 125 | 115 | 24 | 542 | 112 | 56 |
| Binary | 11001100 | 11111 | 101111 | 0 | 1010101 | 1001101 | 10100 | 101100010 | 1001010 | 101110 |
Color Harmonies of #CC1F2F
Complementary color
Monochromatic Colors of #CC1F2F
Black with #CC1F2F
Text Example
Text Example
White with #CC1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F2F; }
p { color: rgb(204,31,47); }
H1.HeaderClassName
{
color: #CC1F2F;
}
.AnyTagClassName
{
color: #CC1F2F;
}
</style>
background-color css
<style>
a { background-color: #CC1F2F; }
a { background-color: rgb(204,31,47); }
div.DivClassName
{
background-color: #CC1F2F;
}
.BgClassName
{
background-color: #CC1F2F;
}
</style>
border-color css
<style>
span { border-color: #CC1F2F; }
span { border-color: rgb(204,31,47); }
td.TdClassName
{
border-color: #CC1F2F;
}
.TagClassName
{
border-color: #CC1F2F;
}
</style>