Shades of Trinidad #CB4324
Tints of Trinidad #CB4324
RGB
CMYK
RGB Variations
Color information
#CB4324 (or 0xCB4324) is known color: Trinidad. HEX triplet: CB, 43 and 24. RGB value is (203,67,36). Sum of RGB (Red+Green+Blue) = 203+67+36=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4324 is #34BCDB. Grayscale: #686868. Windows color (decimal): -3456220 or 2376651. OLE color: 2376651.
HSL color Cylindrical-coordinate representation of color #CB4324: hue angle of 11.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB4324 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 36 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.20 |
| HSL | 11.14º | 0.7% | 0.47% | - |
| HSV(B) | 11.14º | 0.82% | 0.8% | - |
| XYZ | 26.95 | 16.84 | 3.5 | - |
| YUV | 104.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 36 | 0 | 0.67 | 0.82 | 0.20 | 11.14 | 0.7 | 0.47 |
| Hex | CB | 43 | 24 | 0 | 43 | 52 | 14 | B | 46 | 2F |
| Octal | 313 | 103 | 44 | 0 | 103 | 122 | 24 | 13 | 106 | 57 |
| Binary | 11001011 | 1000011 | 100100 | 0 | 1000011 | 1010010 | 10100 | 1011 | 1000110 | 101111 |
Color Harmonies of #CB4324
Complementary color
Monochromatic Colors of #CB4324
Black with #CB4324
Text Example
Text Example
White with #CB4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4324; }
p { color: rgb(203,67,36); }
H1.HeaderClassName
{
color: #CB4324;
}
.AnyTagClassName
{
color: #CB4324;
}
</style>
background-color css
<style>
a { background-color: #CB4324; }
a { background-color: rgb(203,67,36); }
div.DivClassName
{
background-color: #CB4324;
}
.BgClassName
{
background-color: #CB4324;
}
</style>
border-color css
<style>
span { border-color: #CB4324; }
span { border-color: rgb(203,67,36); }
td.TdClassName
{
border-color: #CB4324;
}
.TagClassName
{
border-color: #CB4324;
}
</style>