Shades of Trinidad #CB501D
Tints of Trinidad #CB501D
RGB
CMYK
RGB Variations
Color information
#CB501D (or 0xCB501D) is known color: Trinidad. HEX triplet: CB, 50 and 1D. RGB value is (203,80,29). Sum of RGB (Red+Green+Blue) = 203+80+29=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB501D is #34AFE2. Grayscale: #6F6F6F. Windows color (decimal): -3452899 or 1921227. OLE color: 1921227.
HSL color Cylindrical-coordinate representation of color #CB501D: hue angle of 17.59º 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 #CB501D is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 29 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.20 |
| HSL | 17.59º | 0.75% | 0.45% | - |
| HSV(B) | 17.59º | 0.86% | 0.8% | - |
| XYZ | 27.72 | 18.52 | 3.28 | - |
| YUV | 110.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 29 | 0 | 0.61 | 0.86 | 0.20 | 17.59 | 0.75 | 0.45 |
| Hex | CB | 50 | 1D | 0 | 3D | 56 | 14 | 12 | 4B | 2D |
| Octal | 313 | 120 | 35 | 0 | 75 | 126 | 24 | 22 | 113 | 55 |
| Binary | 11001011 | 1010000 | 11101 | 0 | 111101 | 1010110 | 10100 | 10010 | 1001011 | 101101 |
Color Harmonies of #CB501D
Complementary color
Monochromatic Colors of #CB501D
Black with #CB501D
Text Example
Text Example
White with #CB501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB501D; }
p { color: rgb(203,80,29); }
H1.HeaderClassName
{
color: #CB501D;
}
.AnyTagClassName
{
color: #CB501D;
}
</style>
background-color css
<style>
a { background-color: #CB501D; }
a { background-color: rgb(203,80,29); }
div.DivClassName
{
background-color: #CB501D;
}
.BgClassName
{
background-color: #CB501D;
}
</style>
border-color css
<style>
span { border-color: #CB501D; }
span { border-color: rgb(203,80,29); }
td.TdClassName
{
border-color: #CB501D;
}
.TagClassName
{
border-color: #CB501D;
}
</style>