Shades of Trinidad #CB4127
Tints of Trinidad #CB4127
RGB
CMYK
RGB Variations
Color information
#CB4127 (or 0xCB4127) is known color: Trinidad. HEX triplet: CB, 41 and 27. RGB value is (203,65,39). Sum of RGB (Red+Green+Blue) = 203+65+39=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4127 is #34BED8. Grayscale: #676767. Windows color (decimal): -3456729 or 2572747. OLE color: 2572747.
HSL color Cylindrical-coordinate representation of color #CB4127: hue angle of 9.51º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB4127 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 39 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.20 |
| HSL | 9.51º | 0.68% | 0.47% | - |
| HSV(B) | 9.51º | 0.81% | 0.8% | - |
| XYZ | 26.89 | 16.62 | 3.71 | - |
| YUV | 103.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 39 | 0 | 0.68 | 0.81 | 0.20 | 9.51 | 0.68 | 0.47 |
| Hex | CB | 41 | 27 | 0 | 44 | 51 | 14 | A | 44 | 2F |
| Octal | 313 | 101 | 47 | 0 | 104 | 121 | 24 | 12 | 104 | 57 |
| Binary | 11001011 | 1000001 | 100111 | 0 | 1000100 | 1010001 | 10100 | 1010 | 1000100 | 101111 |
Color Harmonies of #CB4127
Complementary color
Monochromatic Colors of #CB4127
Black with #CB4127
Text Example
Text Example
White with #CB4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4127; }
p { color: rgb(203,65,39); }
H1.HeaderClassName
{
color: #CB4127;
}
.AnyTagClassName
{
color: #CB4127;
}
</style>
background-color css
<style>
a { background-color: #CB4127; }
a { background-color: rgb(203,65,39); }
div.DivClassName
{
background-color: #CB4127;
}
.BgClassName
{
background-color: #CB4127;
}
</style>
border-color css
<style>
span { border-color: #CB4127; }
span { border-color: rgb(203,65,39); }
td.TdClassName
{
border-color: #CB4127;
}
.TagClassName
{
border-color: #CB4127;
}
</style>