Shades of Trinidad #CB4D30
Tints of Trinidad #CB4D30
RGB
CMYK
RGB Variations
Color information
#CB4D30 (or 0xCB4D30) is known color: Trinidad. HEX triplet: CB, 4D and 30. RGB value is (203,77,48). Sum of RGB (Red+Green+Blue) = 203+77+48=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB4D30 is #34B2CF. Grayscale: #6F6F6F. Windows color (decimal): -3453648 or 3165643. OLE color: 3165643.
HSL color Cylindrical-coordinate representation of color #CB4D30: hue angle of 11.23º 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 #CB4D30 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 48 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.20 |
| HSL | 11.23º | 0.62% | 0.49% | - |
| HSV(B) | 11.23º | 0.76% | 0.8% | - |
| XYZ | 27.82 | 18.22 | 4.85 | - |
| YUV | 111.37 | 92.24 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 48 | 0 | 0.62 | 0.76 | 0.20 | 11.23 | 0.62 | 0.49 |
| Hex | CB | 4D | 30 | 0 | 3E | 4C | 14 | B | 3E | 31 |
| Octal | 313 | 115 | 60 | 0 | 76 | 114 | 24 | 13 | 76 | 61 |
| Binary | 11001011 | 1001101 | 110000 | 0 | 111110 | 1001100 | 10100 | 1011 | 111110 | 110001 |
Color Harmonies of #CB4D30
Complementary color
Monochromatic Colors of #CB4D30
Black with #CB4D30
Text Example
Text Example
White with #CB4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D30; }
p { color: rgb(203,77,48); }
H1.HeaderClassName
{
color: #CB4D30;
}
.AnyTagClassName
{
color: #CB4D30;
}
</style>
background-color css
<style>
a { background-color: #CB4D30; }
a { background-color: rgb(203,77,48); }
div.DivClassName
{
background-color: #CB4D30;
}
.BgClassName
{
background-color: #CB4D30;
}
</style>
border-color css
<style>
span { border-color: #CB4D30; }
span { border-color: rgb(203,77,48); }
td.TdClassName
{
border-color: #CB4D30;
}
.TagClassName
{
border-color: #CB4D30;
}
</style>