Shades of Trinidad #CB521E
Tints of Trinidad #CB521E
RGB
CMYK
RGB Variations
Color information
#CB521E (or 0xCB521E) is known color: Trinidad. HEX triplet: CB, 52 and 1E. RGB value is (203,82,30). Sum of RGB (Red+Green+Blue) = 203+82+30=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB521E is #34ADE1. Grayscale: #707070. Windows color (decimal): -3452386 or 1987275. OLE color: 1987275.
HSL color Cylindrical-coordinate representation of color #CB521E: hue angle of 18.03º 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 #CB521E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 30 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.20 |
| HSL | 18.03º | 0.74% | 0.46% | - |
| HSV(B) | 18.03º | 0.85% | 0.8% | - |
| XYZ | 27.88 | 18.82 | 3.39 | - |
| YUV | 112.25 | 81.59 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 30 | 0 | 0.60 | 0.85 | 0.20 | 18.03 | 0.74 | 0.46 |
| Hex | CB | 52 | 1E | 0 | 3C | 55 | 14 | 12 | 4A | 2E |
| Octal | 313 | 122 | 36 | 0 | 74 | 125 | 24 | 22 | 112 | 56 |
| Binary | 11001011 | 1010010 | 11110 | 0 | 111100 | 1010101 | 10100 | 10010 | 1001010 | 101110 |
Color Harmonies of #CB521E
Complementary color
Monochromatic Colors of #CB521E
Black with #CB521E
Text Example
Text Example
White with #CB521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB521E; }
p { color: rgb(203,82,30); }
H1.HeaderClassName
{
color: #CB521E;
}
.AnyTagClassName
{
color: #CB521E;
}
</style>
background-color css
<style>
a { background-color: #CB521E; }
a { background-color: rgb(203,82,30); }
div.DivClassName
{
background-color: #CB521E;
}
.BgClassName
{
background-color: #CB521E;
}
</style>
border-color css
<style>
span { border-color: #CB521E; }
span { border-color: rgb(203,82,30); }
td.TdClassName
{
border-color: #CB521E;
}
.TagClassName
{
border-color: #CB521E;
}
</style>