Shades of Trinidad #CB4430
Tints of Trinidad #CB4430
RGB
CMYK
RGB Variations
Color information
#CB4430 (or 0xCB4430) is known color: Trinidad. HEX triplet: CB, 44 and 30. RGB value is (203,68,48). Sum of RGB (Red+Green+Blue) = 203+68+48=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4430 is #34BBCF. Grayscale: #6A6A6A. Windows color (decimal): -3455952 or 3163339. OLE color: 3163339.
HSL color Cylindrical-coordinate representation of color #CB4430: hue angle of 7.74º degrees, saturation: 0.62, 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 #CB4430 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 48 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.20 |
| HSL | 7.74º | 0.62% | 0.49% | - |
| HSV(B) | 7.74º | 0.76% | 0.8% | - |
| XYZ | 27.23 | 17.04 | 4.65 | - |
| YUV | 106.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 48 | 0 | 0.67 | 0.76 | 0.20 | 7.74 | 0.62 | 0.49 |
| Hex | CB | 44 | 30 | 0 | 43 | 4C | 14 | 8 | 3E | 31 |
| Octal | 313 | 104 | 60 | 0 | 103 | 114 | 24 | 10 | 76 | 61 |
| Binary | 11001011 | 1000100 | 110000 | 0 | 1000011 | 1001100 | 10100 | 1000 | 111110 | 110001 |
Color Harmonies of #CB4430
Complementary color
Monochromatic Colors of #CB4430
Black with #CB4430
Text Example
Text Example
White with #CB4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4430; }
p { color: rgb(203,68,48); }
H1.HeaderClassName
{
color: #CB4430;
}
.AnyTagClassName
{
color: #CB4430;
}
</style>
background-color css
<style>
a { background-color: #CB4430; }
a { background-color: rgb(203,68,48); }
div.DivClassName
{
background-color: #CB4430;
}
.BgClassName
{
background-color: #CB4430;
}
</style>
border-color css
<style>
span { border-color: #CB4430; }
span { border-color: rgb(203,68,48); }
td.TdClassName
{
border-color: #CB4430;
}
.TagClassName
{
border-color: #CB4430;
}
</style>