Shades of Trinidad #CD501D
Tints of Trinidad #CD501D
RGB
CMYK
RGB Variations
Color information
#CD501D (or 0xCD501D) is known color: Trinidad. HEX triplet: CD, 50 and 1D. RGB value is (205,80,29). Sum of RGB (Red+Green+Blue) = 205+80+29=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD501D is #32AFE2. Grayscale: #6F6F6F. Windows color (decimal): -3321827 or 1921229. OLE color: 1921229.
HSL color Cylindrical-coordinate representation of color #CD501D: hue angle of 17.39º 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 #CD501D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.20 |
| HSL | 17.39º | 0.75% | 0.46% | - |
| HSV(B) | 17.39º | 0.86% | 0.8% | - |
| XYZ | 28.27 | 18.81 | 3.3 | - |
| YUV | 111.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 29 | 0 | 0.61 | 0.86 | 0.20 | 17.39 | 0.75 | 0.46 |
| Hex | CD | 50 | 1D | 0 | 3D | 56 | 14 | 11 | 4B | 2E |
| Octal | 315 | 120 | 35 | 0 | 75 | 126 | 24 | 21 | 113 | 56 |
| Binary | 11001101 | 1010000 | 11101 | 0 | 111101 | 1010110 | 10100 | 10001 | 1001011 | 101110 |
Color Harmonies of #CD501D
Complementary color
Monochromatic Colors of #CD501D
Black with #CD501D
Text Example
Text Example
White with #CD501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD501D; }
p { color: rgb(205,80,29); }
H1.HeaderClassName
{
color: #CD501D;
}
.AnyTagClassName
{
color: #CD501D;
}
</style>
background-color css
<style>
a { background-color: #CD501D; }
a { background-color: rgb(205,80,29); }
div.DivClassName
{
background-color: #CD501D;
}
.BgClassName
{
background-color: #CD501D;
}
</style>
border-color css
<style>
span { border-color: #CD501D; }
span { border-color: rgb(205,80,29); }
td.TdClassName
{
border-color: #CD501D;
}
.TagClassName
{
border-color: #CD501D;
}
</style>