Shades of Trinidad #CC501D
Tints of Trinidad #CC501D
RGB
CMYK
RGB Variations
Color information
#CC501D (or 0xCC501D) is known color: Trinidad. HEX triplet: CC, 50 and 1D. RGB value is (204,80,29). Sum of RGB (Red+Green+Blue) = 204+80+29=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC501D is #33AFE2. Grayscale: #6F6F6F. Windows color (decimal): -3387363 or 1921228. OLE color: 1921228.
HSL color Cylindrical-coordinate representation of color #CC501D: hue angle of 17.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC501D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.2 |
| HSL | 17.49º | 0.75% | 0.46% | - |
| HSV(B) | 17.49º | 0.86% | 0.8% | - |
| XYZ | 27.99 | 18.66 | 3.29 | - |
| YUV | 111.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 29 | 0 | 0.61 | 0.86 | 0.2 | 17.49 | 0.75 | 0.46 |
| Hex | CC | 50 | 1D | 0 | 3D | 56 | 14 | 11 | 4B | 2E |
| Octal | 314 | 120 | 35 | 0 | 75 | 126 | 24 | 21 | 113 | 56 |
| Binary | 11001100 | 1010000 | 11101 | 0 | 111101 | 1010110 | 10100 | 10001 | 1001011 | 101110 |
Color Harmonies of #CC501D
Complementary color
Monochromatic Colors of #CC501D
Black with #CC501D
Text Example
Text Example
White with #CC501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC501D; }
p { color: rgb(204,80,29); }
H1.HeaderClassName
{
color: #CC501D;
}
.AnyTagClassName
{
color: #CC501D;
}
</style>
background-color css
<style>
a { background-color: #CC501D; }
a { background-color: rgb(204,80,29); }
div.DivClassName
{
background-color: #CC501D;
}
.BgClassName
{
background-color: #CC501D;
}
</style>
border-color css
<style>
span { border-color: #CC501D; }
span { border-color: rgb(204,80,29); }
td.TdClassName
{
border-color: #CC501D;
}
.TagClassName
{
border-color: #CC501D;
}
</style>