Shades of Trinidad #CB4431
Tints of Trinidad #CB4431
RGB
CMYK
RGB Variations
Color information
#CB4431 (or 0xCB4431) is known color: Trinidad. HEX triplet: CB, 44 and 31. RGB value is (203,68,49). Sum of RGB (Red+Green+Blue) = 203+68+49=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4431 is #34BBCE. Grayscale: #6A6A6A. Windows color (decimal): -3455951 or 3228875. OLE color: 3228875.
HSL color Cylindrical-coordinate representation of color #CB4431: hue angle of 7.4º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB4431 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 49 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.20 |
| HSL | 7.4º | 0.61% | 0.49% | - |
| HSV(B) | 7.4º | 0.76% | 0.8% | - |
| XYZ | 27.25 | 17.05 | 4.76 | - |
| YUV | 106.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 49 | 0 | 0.67 | 0.76 | 0.20 | 7.4 | 0.61 | 0.49 |
| Hex | CB | 44 | 31 | 0 | 43 | 4C | 14 | 7 | 3D | 31 |
| Octal | 313 | 104 | 61 | 0 | 103 | 114 | 24 | 7 | 75 | 61 |
| Binary | 11001011 | 1000100 | 110001 | 0 | 1000011 | 1001100 | 10100 | 111 | 111101 | 110001 |
Color Harmonies of #CB4431
Complementary color
Monochromatic Colors of #CB4431
Black with #CB4431
Text Example
Text Example
White with #CB4431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4431; }
p { color: rgb(203,68,49); }
H1.HeaderClassName
{
color: #CB4431;
}
.AnyTagClassName
{
color: #CB4431;
}
</style>
background-color css
<style>
a { background-color: #CB4431; }
a { background-color: rgb(203,68,49); }
div.DivClassName
{
background-color: #CB4431;
}
.BgClassName
{
background-color: #CB4431;
}
</style>
border-color css
<style>
span { border-color: #CB4431; }
span { border-color: rgb(203,68,49); }
td.TdClassName
{
border-color: #CB4431;
}
.TagClassName
{
border-color: #CB4431;
}
</style>