Shades of Trinidad #CF491F
Tints of Trinidad #CF491F
RGB
CMYK
RGB Variations
Color information
#CF491F (or 0xCF491F) is known color: Trinidad. HEX triplet: CF, 49 and 1F. RGB value is (207,73,31). Sum of RGB (Red+Green+Blue) = 207+73+31=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF491F is #30B6E0. Grayscale: #6C6C6C. Windows color (decimal): -3192545 or 2050511. OLE color: 2050511.
HSL color Cylindrical-coordinate representation of color #CF491F: hue angle of 14.32º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF491F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 31 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.19 |
| HSL | 14.32º | 0.74% | 0.47% | - |
| HSV(B) | 14.32º | 0.85% | 0.81% | - |
| XYZ | 28.36 | 18.13 | 3.3 | - |
| YUV | 108.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 31 | 0 | 0.65 | 0.85 | 0.19 | 14.32 | 0.74 | 0.47 |
| Hex | CF | 49 | 1F | 0 | 41 | 55 | 13 | E | 4A | 2F |
| Octal | 317 | 111 | 37 | 0 | 101 | 125 | 23 | 16 | 112 | 57 |
| Binary | 11001111 | 1001001 | 11111 | 0 | 1000001 | 1010101 | 10011 | 1110 | 1001010 | 101111 |
Color Harmonies of #CF491F
Complementary color
Monochromatic Colors of #CF491F
Black with #CF491F
Text Example
Text Example
White with #CF491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF491F; }
p { color: rgb(207,73,31); }
H1.HeaderClassName
{
color: #CF491F;
}
.AnyTagClassName
{
color: #CF491F;
}
</style>
background-color css
<style>
a { background-color: #CF491F; }
a { background-color: rgb(207,73,31); }
div.DivClassName
{
background-color: #CF491F;
}
.BgClassName
{
background-color: #CF491F;
}
</style>
border-color css
<style>
span { border-color: #CF491F; }
span { border-color: rgb(207,73,31); }
td.TdClassName
{
border-color: #CF491F;
}
.TagClassName
{
border-color: #CF491F;
}
</style>