Shades of Trinidad #CB501E
Tints of Trinidad #CB501E
RGB
CMYK
RGB Variations
Color information
#CB501E (or 0xCB501E) is known color: Trinidad. HEX triplet: CB, 50 and 1E. RGB value is (203,80,30). Sum of RGB (Red+Green+Blue) = 203+80+30=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB501E is #34AFE1. Grayscale: #6F6F6F. Windows color (decimal): -3452898 or 1986763. OLE color: 1986763.
HSL color Cylindrical-coordinate representation of color #CB501E: hue angle of 17.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB501E is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 30 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.20 |
| HSL | 17.34º | 0.74% | 0.46% | - |
| HSV(B) | 17.34º | 0.85% | 0.8% | - |
| XYZ | 27.73 | 18.53 | 3.34 | - |
| YUV | 111.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 30 | 0 | 0.61 | 0.85 | 0.20 | 17.34 | 0.74 | 0.46 |
| Hex | CB | 50 | 1E | 0 | 3D | 55 | 14 | 11 | 4A | 2E |
| Octal | 313 | 120 | 36 | 0 | 75 | 125 | 24 | 21 | 112 | 56 |
| Binary | 11001011 | 1010000 | 11110 | 0 | 111101 | 1010101 | 10100 | 10001 | 1001010 | 101110 |
Color Harmonies of #CB501E
Complementary color
Monochromatic Colors of #CB501E
Black with #CB501E
Text Example
Text Example
White with #CB501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB501E; }
p { color: rgb(203,80,30); }
H1.HeaderClassName
{
color: #CB501E;
}
.AnyTagClassName
{
color: #CB501E;
}
</style>
background-color css
<style>
a { background-color: #CB501E; }
a { background-color: rgb(203,80,30); }
div.DivClassName
{
background-color: #CB501E;
}
.BgClassName
{
background-color: #CB501E;
}
</style>
border-color css
<style>
span { border-color: #CB501E; }
span { border-color: rgb(203,80,30); }
td.TdClassName
{
border-color: #CB501E;
}
.TagClassName
{
border-color: #CB501E;
}
</style>