Shades of Trinidad #CC511D
Tints of Trinidad #CC511D
RGB
CMYK
RGB Variations
Color information
#CC511D (or 0xCC511D) is known color: Trinidad. HEX triplet: CC, 51 and 1D. RGB value is (204,81,29). Sum of RGB (Red+Green+Blue) = 204+81+29=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC511D is #33AEE2. Grayscale: #707070. Windows color (decimal): -3387107 or 1921484. OLE color: 1921484.
HSL color Cylindrical-coordinate representation of color #CC511D: hue angle of 17.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC511D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 81 | 29 | - |
CMYK | 0 | 0.60 | 0.86 | 0.2 |
HSL | 17.83º | 0.75% | 0.46% | - |
HSV(B) | 17.83º | 0.86% | 0.8% | - |
XYZ | 28.07 | 18.81 | 3.31 | - |
YUV | 111.85 | 81.25 | 193.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 81 | 29 | 0 | 0.60 | 0.86 | 0.2 | 17.83 | 0.75 | 0.46 |
Hex | CC | 51 | 1D | 0 | 3C | 56 | 14 | 12 | 4B | 2E |
Octal | 314 | 121 | 35 | 0 | 74 | 126 | 24 | 22 | 113 | 56 |
Binary | 11001100 | 1010001 | 11101 | 0 | 111100 | 1010110 | 10100 | 10010 | 1001011 | 101110 |
Color Harmonies of #CC511D
Complementary color
Monochromatic Colors of #CC511D
Black with #CC511D
Text Example
Text Example
White with #CC511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC511D; }
p { color: rgb(204,81,29); }
H1.HeaderClassName
{
color: #CC511D;
}
.AnyTagClassName
{
color: #CC511D;
}
</style>
background-color css
<style>
a { background-color: #CC511D; }
a { background-color: rgb(204,81,29); }
div.DivClassName
{
background-color: #CC511D;
}
.BgClassName
{
background-color: #CC511D;
}
</style>
border-color css
<style>
span { border-color: #CC511D; }
span { border-color: rgb(204,81,29); }
td.TdClassName
{
border-color: #CC511D;
}
.TagClassName
{
border-color: #CC511D;
}
</style>