Shades of Trinidad #CB472C
Tints of Trinidad #CB472C
RGB
CMYK
RGB Variations
Color information
#CB472C (or 0xCB472C) is known color: Trinidad. HEX triplet: CB, 47 and 2C. RGB value is (203,71,44). Sum of RGB (Red+Green+Blue) = 203+71+44=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB472C is #34B8D3. Grayscale: #6B6B6B. Windows color (decimal): -3455188 or 2901963. OLE color: 2901963.
HSL color Cylindrical-coordinate representation of color #CB472C: hue angle of 10.19º 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 #CB472C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 44 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.20 |
| HSL | 10.19º | 0.64% | 0.48% | - |
| HSV(B) | 10.19º | 0.78% | 0.8% | - |
| XYZ | 27.34 | 17.38 | 4.3 | - |
| YUV | 107.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 44 | 0 | 0.65 | 0.78 | 0.20 | 10.19 | 0.64 | 0.48 |
| Hex | CB | 47 | 2C | 0 | 41 | 4E | 14 | A | 40 | 30 |
| Octal | 313 | 107 | 54 | 0 | 101 | 116 | 24 | 12 | 100 | 60 |
| Binary | 11001011 | 1000111 | 101100 | 0 | 1000001 | 1001110 | 10100 | 1010 | 1000000 | 110000 |
Color Harmonies of #CB472C
Complementary color
Monochromatic Colors of #CB472C
Black with #CB472C
Text Example
Text Example
White with #CB472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB472C; }
p { color: rgb(203,71,44); }
H1.HeaderClassName
{
color: #CB472C;
}
.AnyTagClassName
{
color: #CB472C;
}
</style>
background-color css
<style>
a { background-color: #CB472C; }
a { background-color: rgb(203,71,44); }
div.DivClassName
{
background-color: #CB472C;
}
.BgClassName
{
background-color: #CB472C;
}
</style>
border-color css
<style>
span { border-color: #CB472C; }
span { border-color: rgb(203,71,44); }
td.TdClassName
{
border-color: #CB472C;
}
.TagClassName
{
border-color: #CB472C;
}
</style>