Shades of Cardinal #CC263A
Tints of Cardinal #CC263A
RGB
CMYK
RGB Variations
Color information
#CC263A (or 0xCC263A) is known color: Cardinal. HEX triplet: CC, 26 and 3A. RGB value is (204,38,58). Sum of RGB (Red+Green+Blue) = 204+38+58=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC263A is #33D9C5. Grayscale: #595959. Windows color (decimal): -3398086 or 3811020. OLE color: 3811020.
HSL color Cylindrical-coordinate representation of color #CC263A: hue angle of 352.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC263A is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 58 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.2 |
| HSL | 352.77º | 0.69% | 0.47% | - |
| HSV(B) | 352.77º | 0.81% | 0.8% | - |
| XYZ | 26.36 | 14.53 | 5.42 | - |
| YUV | 89.91 | 110 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 58 | 0 | 0.81 | 0.72 | 0.2 | 352.77 | 0.69 | 0.47 |
| Hex | CC | 26 | 3A | 0 | 51 | 48 | 14 | 161 | 45 | 2F |
| Octal | 314 | 46 | 72 | 0 | 121 | 110 | 24 | 541 | 105 | 57 |
| Binary | 11001100 | 100110 | 111010 | 0 | 1010001 | 1001000 | 10100 | 101100001 | 1000101 | 101111 |
Color Harmonies of #CC263A
Complementary color
Monochromatic Colors of #CC263A
Black with #CC263A
Text Example
Text Example
White with #CC263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC263A; }
p { color: rgb(204,38,58); }
H1.HeaderClassName
{
color: #CC263A;
}
.AnyTagClassName
{
color: #CC263A;
}
</style>
background-color css
<style>
a { background-color: #CC263A; }
a { background-color: rgb(204,38,58); }
div.DivClassName
{
background-color: #CC263A;
}
.BgClassName
{
background-color: #CC263A;
}
</style>
border-color css
<style>
span { border-color: #CC263A; }
span { border-color: rgb(204,38,58); }
td.TdClassName
{
border-color: #CC263A;
}
.TagClassName
{
border-color: #CC263A;
}
</style>