Shades of Trinidad #CF5030
Tints of Trinidad #CF5030
RGB
CMYK
RGB Variations
Color information
#CF5030 (or 0xCF5030) is known color: Trinidad. HEX triplet: CF, 50 and 30. RGB value is (207,80,48). Sum of RGB (Red+Green+Blue) = 207+80+48=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5030 is #30AFCF. Grayscale: #727272. Windows color (decimal): -3190736 or 3166415. OLE color: 3166415.
HSL color Cylindrical-coordinate representation of color #CF5030: hue angle of 12.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF5030 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 48 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.19 |
| HSL | 12.08º | 0.62% | 0.5% | - |
| HSV(B) | 12.08º | 0.77% | 0.81% | - |
| XYZ | 29.13 | 19.22 | 4.97 | - |
| YUV | 114.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 48 | 0 | 0.61 | 0.77 | 0.19 | 12.08 | 0.62 | 0.5 |
| Hex | CF | 50 | 30 | 0 | 3D | 4D | 13 | C | 3E | 32 |
| Octal | 317 | 120 | 60 | 0 | 75 | 115 | 23 | 14 | 76 | 62 |
| Binary | 11001111 | 1010000 | 110000 | 0 | 111101 | 1001101 | 10011 | 1100 | 111110 | 110010 |
Color Harmonies of #CF5030
Complementary color
Monochromatic Colors of #CF5030
Black with #CF5030
Text Example
Text Example
White with #CF5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5030; }
p { color: rgb(207,80,48); }
H1.HeaderClassName
{
color: #CF5030;
}
.AnyTagClassName
{
color: #CF5030;
}
</style>
background-color css
<style>
a { background-color: #CF5030; }
a { background-color: rgb(207,80,48); }
div.DivClassName
{
background-color: #CF5030;
}
.BgClassName
{
background-color: #CF5030;
}
</style>
border-color css
<style>
span { border-color: #CF5030; }
span { border-color: rgb(207,80,48); }
td.TdClassName
{
border-color: #CF5030;
}
.TagClassName
{
border-color: #CF5030;
}
</style>