Shades of Trinidad #CB4323
Tints of Trinidad #CB4323
RGB
CMYK
RGB Variations
Color information
#CB4323 (or 0xCB4323) is known color: Trinidad. HEX triplet: CB, 43 and 23. RGB value is (203,67,35). Sum of RGB (Red+Green+Blue) = 203+67+35=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4323 is #34BCDC. Grayscale: #686868. Windows color (decimal): -3456221 or 2311115. OLE color: 2311115.
HSL color Cylindrical-coordinate representation of color #CB4323: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB4323 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 35 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.20 |
| HSL | 11.43º | 0.71% | 0.47% | - |
| HSV(B) | 11.43º | 0.83% | 0.8% | - |
| XYZ | 26.94 | 16.83 | 3.42 | - |
| YUV | 104.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 35 | 0 | 0.67 | 0.83 | 0.20 | 11.43 | 0.71 | 0.47 |
| Hex | CB | 43 | 23 | 0 | 43 | 53 | 14 | B | 47 | 2F |
| Octal | 313 | 103 | 43 | 0 | 103 | 123 | 24 | 13 | 107 | 57 |
| Binary | 11001011 | 1000011 | 100011 | 0 | 1000011 | 1010011 | 10100 | 1011 | 1000111 | 101111 |
Color Harmonies of #CB4323
Complementary color
Monochromatic Colors of #CB4323
Black with #CB4323
Text Example
Text Example
White with #CB4323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4323; }
p { color: rgb(203,67,35); }
H1.HeaderClassName
{
color: #CB4323;
}
.AnyTagClassName
{
color: #CB4323;
}
</style>
background-color css
<style>
a { background-color: #CB4323; }
a { background-color: rgb(203,67,35); }
div.DivClassName
{
background-color: #CB4323;
}
.BgClassName
{
background-color: #CB4323;
}
</style>
border-color css
<style>
span { border-color: #CB4323; }
span { border-color: rgb(203,67,35); }
td.TdClassName
{
border-color: #CB4323;
}
.TagClassName
{
border-color: #CB4323;
}
</style>