Shades of Trinidad #CB4720
Tints of Trinidad #CB4720
RGB
CMYK
RGB Variations
Color information
#CB4720 (or 0xCB4720) is known color: Trinidad. HEX triplet: CB, 47 and 20. RGB value is (203,71,32). Sum of RGB (Red+Green+Blue) = 203+71+32=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4720 is #34B8DF. Grayscale: #6A6A6A. Windows color (decimal): -3455200 or 2115531. OLE color: 2115531.
HSL color Cylindrical-coordinate representation of color #CB4720: hue angle of 13.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB4720 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 32 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.20 |
| HSL | 13.68º | 0.73% | 0.46% | - |
| HSV(B) | 13.68º | 0.84% | 0.8% | - |
| XYZ | 27.14 | 17.31 | 3.28 | - |
| YUV | 106.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 32 | 0 | 0.65 | 0.84 | 0.20 | 13.68 | 0.73 | 0.46 |
| Hex | CB | 47 | 20 | 0 | 41 | 54 | 14 | E | 49 | 2E |
| Octal | 313 | 107 | 40 | 0 | 101 | 124 | 24 | 16 | 111 | 56 |
| Binary | 11001011 | 1000111 | 100000 | 0 | 1000001 | 1010100 | 10100 | 1110 | 1001001 | 101110 |
Color Harmonies of #CB4720
Complementary color
Monochromatic Colors of #CB4720
Black with #CB4720
Text Example
Text Example
White with #CB4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4720; }
p { color: rgb(203,71,32); }
H1.HeaderClassName
{
color: #CB4720;
}
.AnyTagClassName
{
color: #CB4720;
}
</style>
background-color css
<style>
a { background-color: #CB4720; }
a { background-color: rgb(203,71,32); }
div.DivClassName
{
background-color: #CB4720;
}
.BgClassName
{
background-color: #CB4720;
}
</style>
border-color css
<style>
span { border-color: #CB4720; }
span { border-color: rgb(203,71,32); }
td.TdClassName
{
border-color: #CB4720;
}
.TagClassName
{
border-color: #CB4720;
}
</style>