Shades of Trinidad #CC4C1D
Tints of Trinidad #CC4C1D
RGB
CMYK
RGB Variations
Color information
#CC4C1D (or 0xCC4C1D) is known color: Trinidad. HEX triplet: CC, 4C and 1D. RGB value is (204,76,29). Sum of RGB (Red+Green+Blue) = 204+76+29=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C1D is #33B3E2. Grayscale: #6D6D6D. Windows color (decimal): -3388387 or 1920204. OLE color: 1920204.
HSL color Cylindrical-coordinate representation of color #CC4C1D: hue angle of 16.11º 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 #CC4C1D is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 29 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.2 |
| HSL | 16.11º | 0.75% | 0.46% | - |
| HSV(B) | 16.11º | 0.86% | 0.8% | - |
| XYZ | 27.71 | 18.09 | 3.19 | - |
| YUV | 108.91 | 82.91 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 29 | 0 | 0.63 | 0.86 | 0.2 | 16.11 | 0.75 | 0.46 |
| Hex | CC | 4C | 1D | 0 | 3F | 56 | 14 | 10 | 4B | 2E |
| Octal | 314 | 114 | 35 | 0 | 77 | 126 | 24 | 20 | 113 | 56 |
| Binary | 11001100 | 1001100 | 11101 | 0 | 111111 | 1010110 | 10100 | 10000 | 1001011 | 101110 |
Color Harmonies of #CC4C1D
Complementary color
Monochromatic Colors of #CC4C1D
Black with #CC4C1D
Text Example
Text Example
White with #CC4C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C1D; }
p { color: rgb(204,76,29); }
H1.HeaderClassName
{
color: #CC4C1D;
}
.AnyTagClassName
{
color: #CC4C1D;
}
</style>
background-color css
<style>
a { background-color: #CC4C1D; }
a { background-color: rgb(204,76,29); }
div.DivClassName
{
background-color: #CC4C1D;
}
.BgClassName
{
background-color: #CC4C1D;
}
</style>
border-color css
<style>
span { border-color: #CC4C1D; }
span { border-color: rgb(204,76,29); }
td.TdClassName
{
border-color: #CC4C1D;
}
.TagClassName
{
border-color: #CC4C1D;
}
</style>