Shades of Trinidad #CC501E
Tints of Trinidad #CC501E
RGB
CMYK
RGB Variations
Color information
#CC501E (or 0xCC501E) is known color: Trinidad. HEX triplet: CC, 50 and 1E. RGB value is (204,80,30). Sum of RGB (Red+Green+Blue) = 204+80+30=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC501E is #33AFE1. Grayscale: #6F6F6F. Windows color (decimal): -3387362 or 1986764. OLE color: 1986764.
HSL color Cylindrical-coordinate representation of color #CC501E: hue angle of 17.24º 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 #CC501E is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 30 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.2 |
| HSL | 17.24º | 0.74% | 0.46% | - |
| HSV(B) | 17.24º | 0.85% | 0.8% | - |
| XYZ | 28 | 18.67 | 3.36 | - |
| YUV | 111.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 30 | 0 | 0.61 | 0.85 | 0.2 | 17.24 | 0.74 | 0.46 |
| Hex | CC | 50 | 1E | 0 | 3D | 55 | 14 | 11 | 4A | 2E |
| Octal | 314 | 120 | 36 | 0 | 75 | 125 | 24 | 21 | 112 | 56 |
| Binary | 11001100 | 1010000 | 11110 | 0 | 111101 | 1010101 | 10100 | 10001 | 1001010 | 101110 |
Color Harmonies of #CC501E
Complementary color
Monochromatic Colors of #CC501E
Black with #CC501E
Text Example
Text Example
White with #CC501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC501E; }
p { color: rgb(204,80,30); }
H1.HeaderClassName
{
color: #CC501E;
}
.AnyTagClassName
{
color: #CC501E;
}
</style>
background-color css
<style>
a { background-color: #CC501E; }
a { background-color: rgb(204,80,30); }
div.DivClassName
{
background-color: #CC501E;
}
.BgClassName
{
background-color: #CC501E;
}
</style>
border-color css
<style>
span { border-color: #CC501E; }
span { border-color: rgb(204,80,30); }
td.TdClassName
{
border-color: #CC501E;
}
.TagClassName
{
border-color: #CC501E;
}
</style>