Shades of Trinidad #CD521E
Tints of Trinidad #CD521E
RGB
CMYK
RGB Variations
Color information
#CD521E (or 0xCD521E) is known color: Trinidad. HEX triplet: CD, 52 and 1E. RGB value is (205,82,30). Sum of RGB (Red+Green+Blue) = 205+82+30=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD521E is #32ADE1. Grayscale: #717171. Windows color (decimal): -3321314 or 1987277. OLE color: 1987277.
HSL color Cylindrical-coordinate representation of color #CD521E: hue angle of 17.83º 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 #CD521E is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 82 | 30 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.20 |
| HSL | 17.83º | 0.74% | 0.46% | - |
| HSV(B) | 17.83º | 0.85% | 0.8% | - |
| XYZ | 28.43 | 19.11 | 3.42 | - |
| YUV | 112.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 30 | 0 | 0.6 | 0.85 | 0.20 | 17.83 | 0.74 | 0.46 |
| Hex | CD | 52 | 1E | 0 | 3C | 55 | 14 | 12 | 4A | 2E |
| Octal | 315 | 122 | 36 | 0 | 74 | 125 | 24 | 22 | 112 | 56 |
| Binary | 11001101 | 1010010 | 11110 | 0 | 111100 | 1010101 | 10100 | 10010 | 1001010 | 101110 |
Color Harmonies of #CD521E
Complementary color
Monochromatic Colors of #CD521E
Black with #CD521E
Text Example
Text Example
White with #CD521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD521E; }
p { color: rgb(205,82,30); }
H1.HeaderClassName
{
color: #CD521E;
}
.AnyTagClassName
{
color: #CD521E;
}
</style>
background-color css
<style>
a { background-color: #CD521E; }
a { background-color: rgb(205,82,30); }
div.DivClassName
{
background-color: #CD521E;
}
.BgClassName
{
background-color: #CD521E;
}
</style>
border-color css
<style>
span { border-color: #CD521E; }
span { border-color: rgb(205,82,30); }
td.TdClassName
{
border-color: #CD521E;
}
.TagClassName
{
border-color: #CD521E;
}
</style>