Shades of Cardinal #CC1A30
Tints of Cardinal #CC1A30
RGB
CMYK
RGB Variations
Color information
#CC1A30 (or 0xCC1A30) is known color: Cardinal. HEX triplet: CC, 1A and 30. RGB value is (204,26,48). Sum of RGB (Red+Green+Blue) = 204+26+48=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A30 is #33E5CF. Grayscale: #515151. Windows color (decimal): -3401168 or 3152588. OLE color: 3152588.
HSL color Cylindrical-coordinate representation of color #CC1A30: hue angle of 352.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A30 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 48 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.2 |
| HSL | 352.58º | 0.77% | 0.45% | - |
| HSV(B) | 352.58º | 0.87% | 0.8% | - |
| XYZ | 25.8 | 13.79 | 4.1 | - |
| YUV | 81.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 48 | 0 | 0.87 | 0.76 | 0.2 | 352.58 | 0.77 | 0.45 |
| Hex | CC | 1A | 30 | 0 | 57 | 4C | 14 | 161 | 4D | 2D |
| Octal | 314 | 32 | 60 | 0 | 127 | 114 | 24 | 541 | 115 | 55 |
| Binary | 11001100 | 11010 | 110000 | 0 | 1010111 | 1001100 | 10100 | 101100001 | 1001101 | 101101 |
Color Harmonies of #CC1A30
Complementary color
Monochromatic Colors of #CC1A30
Black with #CC1A30
Text Example
Text Example
White with #CC1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1A30; }
p { color: rgb(204,26,48); }
H1.HeaderClassName
{
color: #CC1A30;
}
.AnyTagClassName
{
color: #CC1A30;
}
</style>
background-color css
<style>
a { background-color: #CC1A30; }
a { background-color: rgb(204,26,48); }
div.DivClassName
{
background-color: #CC1A30;
}
.BgClassName
{
background-color: #CC1A30;
}
</style>
border-color css
<style>
span { border-color: #CC1A30; }
span { border-color: rgb(204,26,48); }
td.TdClassName
{
border-color: #CC1A30;
}
.TagClassName
{
border-color: #CC1A30;
}
</style>