Shades of Trinidad #CB502E
Tints of Trinidad #CB502E
RGB
CMYK
RGB Variations
Color information
#CB502E (or 0xCB502E) is known color: Trinidad. HEX triplet: CB, 50 and 2E. RGB value is (203,80,46). Sum of RGB (Red+Green+Blue) = 203+80+46=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB502E is #34AFD1. Grayscale: #717171. Windows color (decimal): -3452882 or 3035339. OLE color: 3035339.
HSL color Cylindrical-coordinate representation of color #CB502E: hue angle of 12.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB502E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 46 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.20 |
| HSL | 12.99º | 0.63% | 0.49% | - |
| HSV(B) | 12.99º | 0.77% | 0.8% | - |
| XYZ | 27.99 | 18.63 | 4.71 | - |
| YUV | 112.9 | 90.25 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 46 | 0 | 0.61 | 0.77 | 0.20 | 12.99 | 0.63 | 0.49 |
| Hex | CB | 50 | 2E | 0 | 3D | 4D | 14 | D | 3F | 31 |
| Octal | 313 | 120 | 56 | 0 | 75 | 115 | 24 | 15 | 77 | 61 |
| Binary | 11001011 | 1010000 | 101110 | 0 | 111101 | 1001101 | 10100 | 1101 | 111111 | 110001 |
Color Harmonies of #CB502E
Complementary color
Monochromatic Colors of #CB502E
Black with #CB502E
Text Example
Text Example
White with #CB502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB502E; }
p { color: rgb(203,80,46); }
H1.HeaderClassName
{
color: #CB502E;
}
.AnyTagClassName
{
color: #CB502E;
}
</style>
background-color css
<style>
a { background-color: #CB502E; }
a { background-color: rgb(203,80,46); }
div.DivClassName
{
background-color: #CB502E;
}
.BgClassName
{
background-color: #CB502E;
}
</style>
border-color css
<style>
span { border-color: #CB502E; }
span { border-color: rgb(203,80,46); }
td.TdClassName
{
border-color: #CB502E;
}
.TagClassName
{
border-color: #CB502E;
}
</style>