Shades of Trinidad #CC481F
Tints of Trinidad #CC481F
RGB
CMYK
RGB Variations
Color information
#CC481F (or 0xCC481F) is known color: Trinidad. HEX triplet: CC, 48 and 1F. RGB value is (204,72,31). Sum of RGB (Red+Green+Blue) = 204+72+31=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC481F is #33B7E0. Grayscale: #6B6B6B. Windows color (decimal): -3389409 or 2050252. OLE color: 2050252.
HSL color Cylindrical-coordinate representation of color #CC481F: hue angle of 14.22º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC481F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 31 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.2 |
| HSL | 14.22º | 0.74% | 0.46% | - |
| HSV(B) | 14.22º | 0.85% | 0.8% | - |
| XYZ | 27.47 | 17.57 | 3.24 | - |
| YUV | 106.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 31 | 0 | 0.65 | 0.85 | 0.2 | 14.22 | 0.74 | 0.46 |
| Hex | CC | 48 | 1F | 0 | 41 | 55 | 14 | E | 4A | 2E |
| Octal | 314 | 110 | 37 | 0 | 101 | 125 | 24 | 16 | 112 | 56 |
| Binary | 11001100 | 1001000 | 11111 | 0 | 1000001 | 1010101 | 10100 | 1110 | 1001010 | 101110 |
Color Harmonies of #CC481F
Complementary color
Monochromatic Colors of #CC481F
Black with #CC481F
Text Example
Text Example
White with #CC481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC481F; }
p { color: rgb(204,72,31); }
H1.HeaderClassName
{
color: #CC481F;
}
.AnyTagClassName
{
color: #CC481F;
}
</style>
background-color css
<style>
a { background-color: #CC481F; }
a { background-color: rgb(204,72,31); }
div.DivClassName
{
background-color: #CC481F;
}
.BgClassName
{
background-color: #CC481F;
}
</style>
border-color css
<style>
span { border-color: #CC481F; }
span { border-color: rgb(204,72,31); }
td.TdClassName
{
border-color: #CC481F;
}
.TagClassName
{
border-color: #CC481F;
}
</style>