Shades of Trinidad #CD511E
Tints of Trinidad #CD511E
RGB
CMYK
RGB Variations
Color information
#CD511E (or 0xCD511E) is known color: Trinidad. HEX triplet: CD, 51 and 1E. RGB value is (205,81,30). Sum of RGB (Red+Green+Blue) = 205+81+30=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD511E is #32AEE1. Grayscale: #707070. Windows color (decimal): -3321570 or 1987021. OLE color: 1987021.
HSL color Cylindrical-coordinate representation of color #CD511E: hue angle of 17.49º 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 #CD511E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 81 | 30 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.20 |
| HSL | 17.49º | 0.74% | 0.46% | - |
| HSV(B) | 17.49º | 0.85% | 0.8% | - |
| XYZ | 28.35 | 18.96 | 3.39 | - |
| YUV | 112.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 81 | 30 | 0 | 0.60 | 0.85 | 0.20 | 17.49 | 0.74 | 0.46 |
| Hex | CD | 51 | 1E | 0 | 3C | 55 | 14 | 11 | 4A | 2E |
| Octal | 315 | 121 | 36 | 0 | 74 | 125 | 24 | 21 | 112 | 56 |
| Binary | 11001101 | 1010001 | 11110 | 0 | 111100 | 1010101 | 10100 | 10001 | 1001010 | 101110 |
Color Harmonies of #CD511E
Complementary color
Monochromatic Colors of #CD511E
Black with #CD511E
Text Example
Text Example
White with #CD511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD511E; }
p { color: rgb(205,81,30); }
H1.HeaderClassName
{
color: #CD511E;
}
.AnyTagClassName
{
color: #CD511E;
}
</style>
background-color css
<style>
a { background-color: #CD511E; }
a { background-color: rgb(205,81,30); }
div.DivClassName
{
background-color: #CD511E;
}
.BgClassName
{
background-color: #CD511E;
}
</style>
border-color css
<style>
span { border-color: #CD511E; }
span { border-color: rgb(205,81,30); }
td.TdClassName
{
border-color: #CD511E;
}
.TagClassName
{
border-color: #CD511E;
}
</style>