Shades of Trinidad #CF4737
Tints of Trinidad #CF4737
RGB
CMYK
RGB Variations
Color information
#CF4737 (or 0xCF4737) is known color: Trinidad. HEX triplet: CF, 47 and 37. RGB value is (207,71,55). Sum of RGB (Red+Green+Blue) = 207+71+55=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4737 is #30B8C8. Grayscale: #6E6E6E. Windows color (decimal): -3193033 or 3622863. OLE color: 3622863.
HSL color Cylindrical-coordinate representation of color #CF4737: hue angle of 6.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4737 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 55 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.19 |
| HSL | 6.32º | 0.61% | 0.51% | - |
| HSV(B) | 6.32º | 0.73% | 0.81% | - |
| XYZ | 28.67 | 18.05 | 5.59 | - |
| YUV | 109.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 55 | 0 | 0.66 | 0.73 | 0.19 | 6.32 | 0.61 | 0.51 |
| Hex | CF | 47 | 37 | 0 | 42 | 49 | 13 | 6 | 3D | 33 |
| Octal | 317 | 107 | 67 | 0 | 102 | 111 | 23 | 6 | 75 | 63 |
| Binary | 11001111 | 1000111 | 110111 | 0 | 1000010 | 1001001 | 10011 | 110 | 111101 | 110011 |
Color Harmonies of #CF4737
Complementary color
Monochromatic Colors of #CF4737
Black with #CF4737
Text Example
Text Example
White with #CF4737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4737; }
p { color: rgb(207,71,55); }
H1.HeaderClassName
{
color: #CF4737;
}
.AnyTagClassName
{
color: #CF4737;
}
</style>
background-color css
<style>
a { background-color: #CF4737; }
a { background-color: rgb(207,71,55); }
div.DivClassName
{
background-color: #CF4737;
}
.BgClassName
{
background-color: #CF4737;
}
</style>
border-color css
<style>
span { border-color: #CF4737; }
span { border-color: rgb(207,71,55); }
td.TdClassName
{
border-color: #CF4737;
}
.TagClassName
{
border-color: #CF4737;
}
</style>