Shades of Trinidad #CC511F
Tints of Trinidad #CC511F
RGB
CMYK
RGB Variations
Color information
#CC511F (or 0xCC511F) is known color: Trinidad. HEX triplet: CC, 51 and 1F. RGB value is (204,81,31). Sum of RGB (Red+Green+Blue) = 204+81+31=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC511F is #33AEE0. Grayscale: #707070. Windows color (decimal): -3387105 or 2052556. OLE color: 2052556.
HSL color Cylindrical-coordinate representation of color #CC511F: hue angle of 17.34º 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 #CC511F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 31 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.2 |
| HSL | 17.34º | 0.74% | 0.46% | - |
| HSV(B) | 17.34º | 0.85% | 0.8% | - |
| XYZ | 28.09 | 18.82 | 3.45 | - |
| YUV | 112.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 31 | 0 | 0.60 | 0.85 | 0.2 | 17.34 | 0.74 | 0.46 |
| Hex | CC | 51 | 1F | 0 | 3C | 55 | 14 | 11 | 4A | 2E |
| Octal | 314 | 121 | 37 | 0 | 74 | 125 | 24 | 21 | 112 | 56 |
| Binary | 11001100 | 1010001 | 11111 | 0 | 111100 | 1010101 | 10100 | 10001 | 1001010 | 101110 |
Color Harmonies of #CC511F
Complementary color
Monochromatic Colors of #CC511F
Black with #CC511F
Text Example
Text Example
White with #CC511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC511F; }
p { color: rgb(204,81,31); }
H1.HeaderClassName
{
color: #CC511F;
}
.AnyTagClassName
{
color: #CC511F;
}
</style>
background-color css
<style>
a { background-color: #CC511F; }
a { background-color: rgb(204,81,31); }
div.DivClassName
{
background-color: #CC511F;
}
.BgClassName
{
background-color: #CC511F;
}
</style>
border-color css
<style>
span { border-color: #CC511F; }
span { border-color: rgb(204,81,31); }
td.TdClassName
{
border-color: #CC511F;
}
.TagClassName
{
border-color: #CC511F;
}
</style>