Shades of Trinidad #CB511D
Tints of Trinidad #CB511D
RGB
CMYK
RGB Variations
Color information
#CB511D (or 0xCB511D) is known color: Trinidad. HEX triplet: CB, 51 and 1D. RGB value is (203,81,29). Sum of RGB (Red+Green+Blue) = 203+81+29=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB511D is #34AEE2. Grayscale: #6F6F6F. Windows color (decimal): -3452643 or 1921483. OLE color: 1921483.
HSL color Cylindrical-coordinate representation of color #CB511D: hue angle of 17.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB511D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 29 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.20 |
| HSL | 17.93º | 0.75% | 0.45% | - |
| HSV(B) | 17.93º | 0.86% | 0.8% | - |
| XYZ | 27.79 | 18.67 | 3.3 | - |
| YUV | 111.55 | 81.42 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 29 | 0 | 0.60 | 0.86 | 0.20 | 17.93 | 0.75 | 0.45 |
| Hex | CB | 51 | 1D | 0 | 3C | 56 | 14 | 12 | 4B | 2D |
| Octal | 313 | 121 | 35 | 0 | 74 | 126 | 24 | 22 | 113 | 55 |
| Binary | 11001011 | 1010001 | 11101 | 0 | 111100 | 1010110 | 10100 | 10010 | 1001011 | 101101 |
Color Harmonies of #CB511D
Complementary color
Monochromatic Colors of #CB511D
Black with #CB511D
Text Example
Text Example
White with #CB511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB511D; }
p { color: rgb(203,81,29); }
H1.HeaderClassName
{
color: #CB511D;
}
.AnyTagClassName
{
color: #CB511D;
}
</style>
background-color css
<style>
a { background-color: #CB511D; }
a { background-color: rgb(203,81,29); }
div.DivClassName
{
background-color: #CB511D;
}
.BgClassName
{
background-color: #CB511D;
}
</style>
border-color css
<style>
span { border-color: #CB511D; }
span { border-color: rgb(203,81,29); }
td.TdClassName
{
border-color: #CB511D;
}
.TagClassName
{
border-color: #CB511D;
}
</style>