Shades of Trinidad #CD501B
Tints of Trinidad #CD501B
RGB
CMYK
RGB Variations
Color information
#CD501B (or 0xCD501B) is known color: Trinidad. HEX triplet: CD, 50 and 1B. RGB value is (205,80,27). Sum of RGB (Red+Green+Blue) = 205+80+27=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD501B is #32AFE4. Grayscale: #6F6F6F. Windows color (decimal): -3321829 or 1790157. OLE color: 1790157.
HSL color Cylindrical-coordinate representation of color #CD501B: hue angle of 17.87º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD501B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 80 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.20 |
| HSL | 17.87º | 0.77% | 0.45% | - |
| HSV(B) | 17.87º | 0.87% | 0.8% | - |
| XYZ | 28.24 | 18.8 | 3.18 | - |
| YUV | 111.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 27 | 0 | 0.61 | 0.87 | 0.20 | 17.87 | 0.77 | 0.45 |
| Hex | CD | 50 | 1B | 0 | 3D | 57 | 14 | 12 | 4D | 2D |
| Octal | 315 | 120 | 33 | 0 | 75 | 127 | 24 | 22 | 115 | 55 |
| Binary | 11001101 | 1010000 | 11011 | 0 | 111101 | 1010111 | 10100 | 10010 | 1001101 | 101101 |
Color Harmonies of #CD501B
Complementary color
Monochromatic Colors of #CD501B
Black with #CD501B
Text Example
Text Example
White with #CD501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD501B; }
p { color: rgb(205,80,27); }
H1.HeaderClassName
{
color: #CD501B;
}
.AnyTagClassName
{
color: #CD501B;
}
</style>
background-color css
<style>
a { background-color: #CD501B; }
a { background-color: rgb(205,80,27); }
div.DivClassName
{
background-color: #CD501B;
}
.BgClassName
{
background-color: #CD501B;
}
</style>
border-color css
<style>
span { border-color: #CD501B; }
span { border-color: rgb(205,80,27); }
td.TdClassName
{
border-color: #CD501B;
}
.TagClassName
{
border-color: #CD501B;
}
</style>