Shades of Trinidad #CC472B
Tints of Trinidad #CC472B
RGB
CMYK
RGB Variations
Color information
#CC472B (or 0xCC472B) is known color: Trinidad. HEX triplet: CC, 47 and 2B. RGB value is (204,71,43). Sum of RGB (Red+Green+Blue) = 204+71+43=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC472B is #33B8D4. Grayscale: #6B6B6B. Windows color (decimal): -3389653 or 2836428. OLE color: 2836428.
HSL color Cylindrical-coordinate representation of color #CC472B: hue angle of 10.43º 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 #CC472B is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 43 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.2 |
| HSL | 10.43º | 0.65% | 0.48% | - |
| HSV(B) | 10.43º | 0.79% | 0.8% | - |
| XYZ | 27.59 | 17.52 | 4.21 | - |
| YUV | 107.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 43 | 0 | 0.65 | 0.79 | 0.2 | 10.43 | 0.65 | 0.48 |
| Hex | CC | 47 | 2B | 0 | 41 | 4F | 14 | A | 41 | 30 |
| Octal | 314 | 107 | 53 | 0 | 101 | 117 | 24 | 12 | 101 | 60 |
| Binary | 11001100 | 1000111 | 101011 | 0 | 1000001 | 1001111 | 10100 | 1010 | 1000001 | 110000 |
Color Harmonies of #CC472B
Complementary color
Monochromatic Colors of #CC472B
Black with #CC472B
Text Example
Text Example
White with #CC472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC472B; }
p { color: rgb(204,71,43); }
H1.HeaderClassName
{
color: #CC472B;
}
.AnyTagClassName
{
color: #CC472B;
}
</style>
background-color css
<style>
a { background-color: #CC472B; }
a { background-color: rgb(204,71,43); }
div.DivClassName
{
background-color: #CC472B;
}
.BgClassName
{
background-color: #CC472B;
}
</style>
border-color css
<style>
span { border-color: #CC472B; }
span { border-color: rgb(204,71,43); }
td.TdClassName
{
border-color: #CC472B;
}
.TagClassName
{
border-color: #CC472B;
}
</style>