Shades of Trinidad #CC412B
Tints of Trinidad #CC412B
RGB
CMYK
RGB Variations
Color information
#CC412B (or 0xCC412B) is known color: Trinidad. HEX triplet: CC, 41 and 2B. RGB value is (204,65,43). Sum of RGB (Red+Green+Blue) = 204+65+43=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC412B is #33BED4. Grayscale: #686868. Windows color (decimal): -3391189 or 2834892. OLE color: 2834892.
HSL color Cylindrical-coordinate representation of color #CC412B: hue angle of 8.2º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC412B is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 43 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.2 |
| HSL | 8.2º | 0.65% | 0.48% | - |
| HSV(B) | 8.2º | 0.79% | 0.8% | - |
| XYZ | 27.23 | 16.79 | 4.09 | - |
| YUV | 104.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 43 | 0 | 0.68 | 0.79 | 0.2 | 8.2 | 0.65 | 0.48 |
| Hex | CC | 41 | 2B | 0 | 44 | 4F | 14 | 8 | 41 | 30 |
| Octal | 314 | 101 | 53 | 0 | 104 | 117 | 24 | 10 | 101 | 60 |
| Binary | 11001100 | 1000001 | 101011 | 0 | 1000100 | 1001111 | 10100 | 1000 | 1000001 | 110000 |
Color Harmonies of #CC412B
Complementary color
Monochromatic Colors of #CC412B
Black with #CC412B
Text Example
Text Example
White with #CC412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC412B; }
p { color: rgb(204,65,43); }
H1.HeaderClassName
{
color: #CC412B;
}
.AnyTagClassName
{
color: #CC412B;
}
</style>
background-color css
<style>
a { background-color: #CC412B; }
a { background-color: rgb(204,65,43); }
div.DivClassName
{
background-color: #CC412B;
}
.BgClassName
{
background-color: #CC412B;
}
</style>
border-color css
<style>
span { border-color: #CC412B; }
span { border-color: rgb(204,65,43); }
td.TdClassName
{
border-color: #CC412B;
}
.TagClassName
{
border-color: #CC412B;
}
</style>