Shades of Trinidad #CB472D
Tints of Trinidad #CB472D
RGB
CMYK
RGB Variations
Color information
#CB472D (or 0xCB472D) is known color: Trinidad. HEX triplet: CB, 47 and 2D. RGB value is (203,71,45). Sum of RGB (Red+Green+Blue) = 203+71+45=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB472D is #34B8D2. Grayscale: #6B6B6B. Windows color (decimal): -3455187 or 2967499. OLE color: 2967499.
HSL color Cylindrical-coordinate representation of color #CB472D: hue angle of 9.87º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB472D is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 45 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.20 |
| HSL | 9.87º | 0.64% | 0.49% | - |
| HSV(B) | 9.87º | 0.78% | 0.8% | - |
| XYZ | 27.36 | 17.39 | 4.4 | - |
| YUV | 107.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 45 | 0 | 0.65 | 0.78 | 0.20 | 9.87 | 0.64 | 0.49 |
| Hex | CB | 47 | 2D | 0 | 41 | 4E | 14 | A | 40 | 31 |
| Octal | 313 | 107 | 55 | 0 | 101 | 116 | 24 | 12 | 100 | 61 |
| Binary | 11001011 | 1000111 | 101101 | 0 | 1000001 | 1001110 | 10100 | 1010 | 1000000 | 110001 |
Color Harmonies of #CB472D
Complementary color
Monochromatic Colors of #CB472D
Black with #CB472D
Text Example
Text Example
White with #CB472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB472D; }
p { color: rgb(203,71,45); }
H1.HeaderClassName
{
color: #CB472D;
}
.AnyTagClassName
{
color: #CB472D;
}
</style>
background-color css
<style>
a { background-color: #CB472D; }
a { background-color: rgb(203,71,45); }
div.DivClassName
{
background-color: #CB472D;
}
.BgClassName
{
background-color: #CB472D;
}
</style>
border-color css
<style>
span { border-color: #CB472D; }
span { border-color: rgb(203,71,45); }
td.TdClassName
{
border-color: #CB472D;
}
.TagClassName
{
border-color: #CB472D;
}
</style>