Shades of Trinidad #CC4D1D
Tints of Trinidad #CC4D1D
RGB
CMYK
RGB Variations
Color information
#CC4D1D (or 0xCC4D1D) is known color: Trinidad. HEX triplet: CC, 4D and 1D. RGB value is (204,77,29). Sum of RGB (Red+Green+Blue) = 204+77+29=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D1D is #33B2E2. Grayscale: #6D6D6D. Windows color (decimal): -3388131 or 1920460. OLE color: 1920460.
HSL color Cylindrical-coordinate representation of color #CC4D1D: hue angle of 16.46º 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 #CC4D1D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 29 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.2 |
| HSL | 16.46º | 0.75% | 0.46% | - |
| HSV(B) | 16.46º | 0.86% | 0.8% | - |
| XYZ | 27.78 | 18.23 | 3.22 | - |
| YUV | 109.5 | 82.58 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 29 | 0 | 0.62 | 0.86 | 0.2 | 16.46 | 0.75 | 0.46 |
| Hex | CC | 4D | 1D | 0 | 3E | 56 | 14 | 10 | 4B | 2E |
| Octal | 314 | 115 | 35 | 0 | 76 | 126 | 24 | 20 | 113 | 56 |
| Binary | 11001100 | 1001101 | 11101 | 0 | 111110 | 1010110 | 10100 | 10000 | 1001011 | 101110 |
Color Harmonies of #CC4D1D
Complementary color
Monochromatic Colors of #CC4D1D
Black with #CC4D1D
Text Example
Text Example
White with #CC4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D1D; }
p { color: rgb(204,77,29); }
H1.HeaderClassName
{
color: #CC4D1D;
}
.AnyTagClassName
{
color: #CC4D1D;
}
</style>
background-color css
<style>
a { background-color: #CC4D1D; }
a { background-color: rgb(204,77,29); }
div.DivClassName
{
background-color: #CC4D1D;
}
.BgClassName
{
background-color: #CC4D1D;
}
</style>
border-color css
<style>
span { border-color: #CC4D1D; }
span { border-color: rgb(204,77,29); }
td.TdClassName
{
border-color: #CC4D1D;
}
.TagClassName
{
border-color: #CC4D1D;
}
</style>