Shades of Trinidad #CD502D
Tints of Trinidad #CD502D
RGB
CMYK
RGB Variations
Color information
#CD502D (or 0xCD502D) is known color: Trinidad. HEX triplet: CD, 50 and 2D. RGB value is (205,80,45). Sum of RGB (Red+Green+Blue) = 205+80+45=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD502D is #32AFD2. Grayscale: #717171. Windows color (decimal): -3321811 or 2969805. OLE color: 2969805.
HSL color Cylindrical-coordinate representation of color #CD502D: hue angle of 13.12º degrees, saturation: 0.64, 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 #CD502D is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 45 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.20 |
| HSL | 13.13º | 0.64% | 0.49% | - |
| HSV(B) | 13.13º | 0.78% | 0.8% | - |
| XYZ | 28.52 | 18.91 | 4.63 | - |
| YUV | 113.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 45 | 0 | 0.61 | 0.78 | 0.20 | 13.13 | 0.64 | 0.49 |
| Hex | CD | 50 | 2D | 0 | 3D | 4E | 14 | D | 40 | 31 |
| Octal | 315 | 120 | 55 | 0 | 75 | 116 | 24 | 15 | 100 | 61 |
| Binary | 11001101 | 1010000 | 101101 | 0 | 111101 | 1001110 | 10100 | 1101 | 1000000 | 110001 |
Color Harmonies of #CD502D
Complementary color
Monochromatic Colors of #CD502D
Black with #CD502D
Text Example
Text Example
White with #CD502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD502D; }
p { color: rgb(205,80,45); }
H1.HeaderClassName
{
color: #CD502D;
}
.AnyTagClassName
{
color: #CD502D;
}
</style>
background-color css
<style>
a { background-color: #CD502D; }
a { background-color: rgb(205,80,45); }
div.DivClassName
{
background-color: #CD502D;
}
.BgClassName
{
background-color: #CD502D;
}
</style>
border-color css
<style>
span { border-color: #CD502D; }
span { border-color: rgb(205,80,45); }
td.TdClassName
{
border-color: #CD502D;
}
.TagClassName
{
border-color: #CD502D;
}
</style>