Shades of Trinidad #CB422C
Tints of Trinidad #CB422C
RGB
CMYK
RGB Variations
Color information
#CB422C (or 0xCB422C) is known color: Trinidad. HEX triplet: CB, 42 and 2C. RGB value is (203,66,44). Sum of RGB (Red+Green+Blue) = 203+66+44=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB422C is #34BDD3. Grayscale: #686868. Windows color (decimal): -3456468 or 2900683. OLE color: 2900683.
HSL color Cylindrical-coordinate representation of color #CB422C: hue angle of 8.3º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB422C is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 44 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.20 |
| HSL | 8.3º | 0.64% | 0.48% | - |
| HSV(B) | 8.3º | 0.78% | 0.8% | - |
| XYZ | 27.03 | 16.77 | 4.2 | - |
| YUV | 104.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 44 | 0 | 0.67 | 0.78 | 0.20 | 8.3 | 0.64 | 0.48 |
| Hex | CB | 42 | 2C | 0 | 43 | 4E | 14 | 8 | 40 | 30 |
| Octal | 313 | 102 | 54 | 0 | 103 | 116 | 24 | 10 | 100 | 60 |
| Binary | 11001011 | 1000010 | 101100 | 0 | 1000011 | 1001110 | 10100 | 1000 | 1000000 | 110000 |
Color Harmonies of #CB422C
Complementary color
Monochromatic Colors of #CB422C
Black with #CB422C
Text Example
Text Example
White with #CB422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB422C; }
p { color: rgb(203,66,44); }
H1.HeaderClassName
{
color: #CB422C;
}
.AnyTagClassName
{
color: #CB422C;
}
</style>
background-color css
<style>
a { background-color: #CB422C; }
a { background-color: rgb(203,66,44); }
div.DivClassName
{
background-color: #CB422C;
}
.BgClassName
{
background-color: #CB422C;
}
</style>
border-color css
<style>
span { border-color: #CB422C; }
span { border-color: rgb(203,66,44); }
td.TdClassName
{
border-color: #CB422C;
}
.TagClassName
{
border-color: #CB422C;
}
</style>