Shades of Trinidad #CC472F
Tints of Trinidad #CC472F
RGB
CMYK
RGB Variations
Color information
#CC472F (or 0xCC472F) is known color: Trinidad. HEX triplet: CC, 47 and 2F. RGB value is (204,71,47). Sum of RGB (Red+Green+Blue) = 204+71+47=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC472F is #33B8D0. Grayscale: #6C6C6C. Windows color (decimal): -3389649 or 3098572. OLE color: 3098572.
HSL color Cylindrical-coordinate representation of color #CC472F: hue angle of 9.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC472F is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 47 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.2 |
| HSL | 9.17º | 0.63% | 0.49% | - |
| HSV(B) | 9.17º | 0.77% | 0.8% | - |
| XYZ | 27.67 | 17.55 | 4.62 | - |
| YUV | 108.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 47 | 0 | 0.65 | 0.77 | 0.2 | 9.17 | 0.63 | 0.49 |
| Hex | CC | 47 | 2F | 0 | 41 | 4D | 14 | 9 | 3F | 31 |
| Octal | 314 | 107 | 57 | 0 | 101 | 115 | 24 | 11 | 77 | 61 |
| Binary | 11001100 | 1000111 | 101111 | 0 | 1000001 | 1001101 | 10100 | 1001 | 111111 | 110001 |
Color Harmonies of #CC472F
Complementary color
Monochromatic Colors of #CC472F
Black with #CC472F
Text Example
Text Example
White with #CC472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC472F; }
p { color: rgb(204,71,47); }
H1.HeaderClassName
{
color: #CC472F;
}
.AnyTagClassName
{
color: #CC472F;
}
</style>
background-color css
<style>
a { background-color: #CC472F; }
a { background-color: rgb(204,71,47); }
div.DivClassName
{
background-color: #CC472F;
}
.BgClassName
{
background-color: #CC472F;
}
</style>
border-color css
<style>
span { border-color: #CC472F; }
span { border-color: rgb(204,71,47); }
td.TdClassName
{
border-color: #CC472F;
}
.TagClassName
{
border-color: #CC472F;
}
</style>