Shades of Trinidad #CC4231
Tints of Trinidad #CC4231
RGB
CMYK
RGB Variations
Color information
#CC4231 (or 0xCC4231) is known color: Trinidad. HEX triplet: CC, 42 and 31. RGB value is (204,66,49). Sum of RGB (Red+Green+Blue) = 204+66+49=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4231 is #33BDCE. Grayscale: #696969. Windows color (decimal): -3390927 or 3228364. OLE color: 3228364.
HSL color Cylindrical-coordinate representation of color #CC4231: hue angle of 6.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4231 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 49 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.2 |
| HSL | 6.58º | 0.61% | 0.5% | - |
| HSV(B) | 6.58º | 0.76% | 0.8% | - |
| XYZ | 27.4 | 16.96 | 4.73 | - |
| YUV | 105.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 49 | 0 | 0.68 | 0.76 | 0.2 | 6.58 | 0.61 | 0.5 |
| Hex | CC | 42 | 31 | 0 | 44 | 4C | 14 | 7 | 3D | 32 |
| Octal | 314 | 102 | 61 | 0 | 104 | 114 | 24 | 7 | 75 | 62 |
| Binary | 11001100 | 1000010 | 110001 | 0 | 1000100 | 1001100 | 10100 | 111 | 111101 | 110010 |
Color Harmonies of #CC4231
Complementary color
Monochromatic Colors of #CC4231
Black with #CC4231
Text Example
Text Example
White with #CC4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4231; }
p { color: rgb(204,66,49); }
H1.HeaderClassName
{
color: #CC4231;
}
.AnyTagClassName
{
color: #CC4231;
}
</style>
background-color css
<style>
a { background-color: #CC4231; }
a { background-color: rgb(204,66,49); }
div.DivClassName
{
background-color: #CC4231;
}
.BgClassName
{
background-color: #CC4231;
}
</style>
border-color css
<style>
span { border-color: #CC4231; }
span { border-color: rgb(204,66,49); }
td.TdClassName
{
border-color: #CC4231;
}
.TagClassName
{
border-color: #CC4231;
}
</style>