Shades of Cardinal #CC1F33
Tints of Cardinal #CC1F33
RGB
CMYK
RGB Variations
Color information
#CC1F33 (or 0xCC1F33) is known color: Cardinal. HEX triplet: CC, 1F and 33. RGB value is (204,31,51). Sum of RGB (Red+Green+Blue) = 204+31+51=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F33 is #33E0CC. Grayscale: #555555. Windows color (decimal): -3399885 or 3350476. OLE color: 3350476.
HSL color Cylindrical-coordinate representation of color #CC1F33: hue angle of 353.06º 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 #CC1F33 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 31 | 51 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.2 |
| HSL | 353.06º | 0.74% | 0.46% | - |
| HSV(B) | 353.06º | 0.85% | 0.8% | - |
| XYZ | 25.99 | 14.06 | 4.48 | - |
| YUV | 85.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 31 | 51 | 0 | 0.85 | 0.75 | 0.2 | 353.06 | 0.74 | 0.46 |
| Hex | CC | 1F | 33 | 0 | 55 | 4B | 14 | 161 | 4A | 2E |
| Octal | 314 | 37 | 63 | 0 | 125 | 113 | 24 | 541 | 112 | 56 |
| Binary | 11001100 | 11111 | 110011 | 0 | 1010101 | 1001011 | 10100 | 101100001 | 1001010 | 101110 |
Color Harmonies of #CC1F33
Complementary color
Monochromatic Colors of #CC1F33
Black with #CC1F33
Text Example
Text Example
White with #CC1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1F33; }
p { color: rgb(204,31,51); }
H1.HeaderClassName
{
color: #CC1F33;
}
.AnyTagClassName
{
color: #CC1F33;
}
</style>
background-color css
<style>
a { background-color: #CC1F33; }
a { background-color: rgb(204,31,51); }
div.DivClassName
{
background-color: #CC1F33;
}
.BgClassName
{
background-color: #CC1F33;
}
</style>
border-color css
<style>
span { border-color: #CC1F33; }
span { border-color: rgb(204,31,51); }
td.TdClassName
{
border-color: #CC1F33;
}
.TagClassName
{
border-color: #CC1F33;
}
</style>