Shades of Trinidad #CD502E
Tints of Trinidad #CD502E
RGB
CMYK
RGB Variations
Color information
#CD502E (or 0xCD502E) is known color: Trinidad. HEX triplet: CD, 50 and 2E. RGB value is (205,80,46). Sum of RGB (Red+Green+Blue) = 205+80+46=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD502E is #32AFD1. Grayscale: #717171. Windows color (decimal): -3321810 or 3035341. OLE color: 3035341.
HSL color Cylindrical-coordinate representation of color #CD502E: hue angle of 12.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD502E is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 46 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.20 |
| HSL | 12.83º | 0.63% | 0.49% | - |
| HSV(B) | 12.83º | 0.78% | 0.8% | - |
| XYZ | 28.54 | 18.91 | 4.73 | - |
| YUV | 113.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 46 | 0 | 0.61 | 0.78 | 0.20 | 12.83 | 0.63 | 0.49 |
| Hex | CD | 50 | 2E | 0 | 3D | 4E | 14 | D | 3F | 31 |
| Octal | 315 | 120 | 56 | 0 | 75 | 116 | 24 | 15 | 77 | 61 |
| Binary | 11001101 | 1010000 | 101110 | 0 | 111101 | 1001110 | 10100 | 1101 | 111111 | 110001 |
Color Harmonies of #CD502E
Complementary color
Monochromatic Colors of #CD502E
Black with #CD502E
Text Example
Text Example
White with #CD502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD502E; }
p { color: rgb(205,80,46); }
H1.HeaderClassName
{
color: #CD502E;
}
.AnyTagClassName
{
color: #CD502E;
}
</style>
background-color css
<style>
a { background-color: #CD502E; }
a { background-color: rgb(205,80,46); }
div.DivClassName
{
background-color: #CD502E;
}
.BgClassName
{
background-color: #CD502E;
}
</style>
border-color css
<style>
span { border-color: #CD502E; }
span { border-color: rgb(205,80,46); }
td.TdClassName
{
border-color: #CD502E;
}
.TagClassName
{
border-color: #CD502E;
}
</style>