Shades of Trinidad #CF491E
Tints of Trinidad #CF491E
RGB
CMYK
RGB Variations
Color information
#CF491E (or 0xCF491E) is known color: Trinidad. HEX triplet: CF, 49 and 1E. RGB value is (207,73,30). Sum of RGB (Red+Green+Blue) = 207+73+30=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF491E is #30B6E1. Grayscale: #6C6C6C. Windows color (decimal): -3192546 or 1984975. OLE color: 1984975.
HSL color Cylindrical-coordinate representation of color #CF491E: hue angle of 14.58º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF491E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.19 |
| HSL | 14.58º | 0.75% | 0.46% | - |
| HSV(B) | 14.58º | 0.86% | 0.81% | - |
| XYZ | 28.35 | 18.12 | 3.23 | - |
| YUV | 108.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 30 | 0 | 0.65 | 0.86 | 0.19 | 14.58 | 0.75 | 0.46 |
| Hex | CF | 49 | 1E | 0 | 41 | 56 | 13 | F | 4B | 2E |
| Octal | 317 | 111 | 36 | 0 | 101 | 126 | 23 | 17 | 113 | 56 |
| Binary | 11001111 | 1001001 | 11110 | 0 | 1000001 | 1010110 | 10011 | 1111 | 1001011 | 101110 |
Color Harmonies of #CF491E
Complementary color
Monochromatic Colors of #CF491E
Black with #CF491E
Text Example
Text Example
White with #CF491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF491E; }
p { color: rgb(207,73,30); }
H1.HeaderClassName
{
color: #CF491E;
}
.AnyTagClassName
{
color: #CF491E;
}
</style>
background-color css
<style>
a { background-color: #CF491E; }
a { background-color: rgb(207,73,30); }
div.DivClassName
{
background-color: #CF491E;
}
.BgClassName
{
background-color: #CF491E;
}
</style>
border-color css
<style>
span { border-color: #CF491E; }
span { border-color: rgb(207,73,30); }
td.TdClassName
{
border-color: #CF491E;
}
.TagClassName
{
border-color: #CF491E;
}
</style>