Shades of Trinidad #CB511F
Tints of Trinidad #CB511F
RGB
CMYK
RGB Variations
Color information
#CB511F (or 0xCB511F) is known color: Trinidad. HEX triplet: CB, 51 and 1F. RGB value is (203,81,31). Sum of RGB (Red+Green+Blue) = 203+81+31=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB511F is #34AEE0. Grayscale: #707070. Windows color (decimal): -3452641 or 2052555. OLE color: 2052555.
HSL color Cylindrical-coordinate representation of color #CB511F: hue angle of 17.44º 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 #CB511F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 31 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.20 |
| HSL | 17.44º | 0.74% | 0.46% | - |
| HSV(B) | 17.44º | 0.85% | 0.8% | - |
| XYZ | 27.82 | 18.68 | 3.44 | - |
| YUV | 111.78 | 82.42 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 31 | 0 | 0.60 | 0.85 | 0.20 | 17.44 | 0.74 | 0.46 |
| Hex | CB | 51 | 1F | 0 | 3C | 55 | 14 | 11 | 4A | 2E |
| Octal | 313 | 121 | 37 | 0 | 74 | 125 | 24 | 21 | 112 | 56 |
| Binary | 11001011 | 1010001 | 11111 | 0 | 111100 | 1010101 | 10100 | 10001 | 1001010 | 101110 |
Color Harmonies of #CB511F
Complementary color
Monochromatic Colors of #CB511F
Black with #CB511F
Text Example
Text Example
White with #CB511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB511F; }
p { color: rgb(203,81,31); }
H1.HeaderClassName
{
color: #CB511F;
}
.AnyTagClassName
{
color: #CB511F;
}
</style>
background-color css
<style>
a { background-color: #CB511F; }
a { background-color: rgb(203,81,31); }
div.DivClassName
{
background-color: #CB511F;
}
.BgClassName
{
background-color: #CB511F;
}
</style>
border-color css
<style>
span { border-color: #CB511F; }
span { border-color: rgb(203,81,31); }
td.TdClassName
{
border-color: #CB511F;
}
.TagClassName
{
border-color: #CB511F;
}
</style>