Shades of Trinidad #CB511B
Tints of Trinidad #CB511B
RGB
CMYK
RGB Variations
Color information
#CB511B (or 0xCB511B) is known color: Trinidad. HEX triplet: CB, 51 and 1B. RGB value is (203,81,27). Sum of RGB (Red+Green+Blue) = 203+81+27=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB511B is #34AEE4. Grayscale: #6F6F6F. Windows color (decimal): -3452645 or 1790411. OLE color: 1790411.
HSL color Cylindrical-coordinate representation of color #CB511B: hue angle of 18.41º 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 #CB511B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.20 |
| HSL | 18.41º | 0.77% | 0.45% | - |
| HSV(B) | 18.41º | 0.87% | 0.8% | - |
| XYZ | 27.77 | 18.66 | 3.18 | - |
| YUV | 111.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 27 | 0 | 0.60 | 0.87 | 0.20 | 18.41 | 0.77 | 0.45 |
| Hex | CB | 51 | 1B | 0 | 3C | 57 | 14 | 12 | 4D | 2D |
| Octal | 313 | 121 | 33 | 0 | 74 | 127 | 24 | 22 | 115 | 55 |
| Binary | 11001011 | 1010001 | 11011 | 0 | 111100 | 1010111 | 10100 | 10010 | 1001101 | 101101 |
Color Harmonies of #CB511B
Complementary color
Monochromatic Colors of #CB511B
Black with #CB511B
Text Example
Text Example
White with #CB511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB511B; }
p { color: rgb(203,81,27); }
H1.HeaderClassName
{
color: #CB511B;
}
.AnyTagClassName
{
color: #CB511B;
}
</style>
background-color css
<style>
a { background-color: #CB511B; }
a { background-color: rgb(203,81,27); }
div.DivClassName
{
background-color: #CB511B;
}
.BgClassName
{
background-color: #CB511B;
}
</style>
border-color css
<style>
span { border-color: #CB511B; }
span { border-color: rgb(203,81,27); }
td.TdClassName
{
border-color: #CB511B;
}
.TagClassName
{
border-color: #CB511B;
}
</style>