Shades of Trinidad #CC511C
Tints of Trinidad #CC511C
RGB
CMYK
RGB Variations
Color information
#CC511C (or 0xCC511C) is known color: Trinidad. HEX triplet: CC, 51 and 1C. RGB value is (204,81,28). Sum of RGB (Red+Green+Blue) = 204+81+28=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC511C is #33AEE3. Grayscale: #707070. Windows color (decimal): -3387108 or 1855948. OLE color: 1855948.
HSL color Cylindrical-coordinate representation of color #CC511C: hue angle of 18.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC511C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.2 |
| HSL | 18.07º | 0.76% | 0.45% | - |
| HSV(B) | 18.07º | 0.86% | 0.8% | - |
| XYZ | 28.05 | 18.81 | 3.25 | - |
| YUV | 111.74 | 80.75 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 28 | 0 | 0.60 | 0.86 | 0.2 | 18.07 | 0.76 | 0.45 |
| Hex | CC | 51 | 1C | 0 | 3C | 56 | 14 | 12 | 4C | 2D |
| Octal | 314 | 121 | 34 | 0 | 74 | 126 | 24 | 22 | 114 | 55 |
| Binary | 11001100 | 1010001 | 11100 | 0 | 111100 | 1010110 | 10100 | 10010 | 1001100 | 101101 |
Color Harmonies of #CC511C
Complementary color
Monochromatic Colors of #CC511C
Black with #CC511C
Text Example
Text Example
White with #CC511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC511C; }
p { color: rgb(204,81,28); }
H1.HeaderClassName
{
color: #CC511C;
}
.AnyTagClassName
{
color: #CC511C;
}
</style>
background-color css
<style>
a { background-color: #CC511C; }
a { background-color: rgb(204,81,28); }
div.DivClassName
{
background-color: #CC511C;
}
.BgClassName
{
background-color: #CC511C;
}
</style>
border-color css
<style>
span { border-color: #CC511C; }
span { border-color: rgb(204,81,28); }
td.TdClassName
{
border-color: #CC511C;
}
.TagClassName
{
border-color: #CC511C;
}
</style>