Shades of Trinidad #CF493A
Tints of Trinidad #CF493A
RGB
CMYK
RGB Variations
Color information
#CF493A (or 0xCF493A) is known color: Trinidad. HEX triplet: CF, 49 and 3A. RGB value is (207,73,58). Sum of RGB (Red+Green+Blue) = 207+73+58=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF493A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF493A is #30B6C5. Grayscale: #6F6F6F. Windows color (decimal): -3192518 or 3819983. OLE color: 3819983.
HSL color Cylindrical-coordinate representation of color #CF493A: hue angle of 6.04º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF493A is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 58 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.19 |
| HSL | 6.04º | 0.61% | 0.52% | - |
| HSV(B) | 6.04º | 0.72% | 0.81% | - |
| XYZ | 28.88 | 18.34 | 6.02 | - |
| YUV | 111.36 | 97.89 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 58 | 0 | 0.65 | 0.72 | 0.19 | 6.04 | 0.61 | 0.52 |
| Hex | CF | 49 | 3A | 0 | 41 | 48 | 13 | 6 | 3D | 34 |
| Octal | 317 | 111 | 72 | 0 | 101 | 110 | 23 | 6 | 75 | 64 |
| Binary | 11001111 | 1001001 | 111010 | 0 | 1000001 | 1001000 | 10011 | 110 | 111101 | 110100 |
Color Harmonies of #CF493A
Complementary color
Monochromatic Colors of #CF493A
Black with #CF493A
Text Example
Text Example
White with #CF493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF493A; }
p { color: rgb(207,73,58); }
H1.HeaderClassName
{
color: #CF493A;
}
.AnyTagClassName
{
color: #CF493A;
}
</style>
background-color css
<style>
a { background-color: #CF493A; }
a { background-color: rgb(207,73,58); }
div.DivClassName
{
background-color: #CF493A;
}
.BgClassName
{
background-color: #CF493A;
}
</style>
border-color css
<style>
span { border-color: #CF493A; }
span { border-color: rgb(207,73,58); }
td.TdClassName
{
border-color: #CF493A;
}
.TagClassName
{
border-color: #CF493A;
}
</style>