Shades of Trinidad #CF502F
Tints of Trinidad #CF502F
RGB
CMYK
RGB Variations
Color information
#CF502F (or 0xCF502F) is known color: Trinidad. HEX triplet: CF, 50 and 2F. RGB value is (207,80,47). Sum of RGB (Red+Green+Blue) = 207+80+47=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF502F is #30AFD0. Grayscale: #727272. Windows color (decimal): -3190737 or 3100879. OLE color: 3100879.
HSL color Cylindrical-coordinate representation of color #CF502F: hue angle of 12.38º degrees, saturation: 0.63, 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 #CF502F is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 47 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.19 |
| HSL | 12.38º | 0.63% | 0.5% | - |
| HSV(B) | 12.38º | 0.77% | 0.81% | - |
| XYZ | 29.11 | 19.21 | 4.86 | - |
| YUV | 114.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 47 | 0 | 0.61 | 0.77 | 0.19 | 12.38 | 0.63 | 0.5 |
| Hex | CF | 50 | 2F | 0 | 3D | 4D | 13 | C | 3F | 32 |
| Octal | 317 | 120 | 57 | 0 | 75 | 115 | 23 | 14 | 77 | 62 |
| Binary | 11001111 | 1010000 | 101111 | 0 | 111101 | 1001101 | 10011 | 1100 | 111111 | 110010 |
Color Harmonies of #CF502F
Complementary color
Monochromatic Colors of #CF502F
Black with #CF502F
Text Example
Text Example
White with #CF502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF502F; }
p { color: rgb(207,80,47); }
H1.HeaderClassName
{
color: #CF502F;
}
.AnyTagClassName
{
color: #CF502F;
}
</style>
background-color css
<style>
a { background-color: #CF502F; }
a { background-color: rgb(207,80,47); }
div.DivClassName
{
background-color: #CF502F;
}
.BgClassName
{
background-color: #CF502F;
}
</style>
border-color css
<style>
span { border-color: #CF502F; }
span { border-color: rgb(207,80,47); }
td.TdClassName
{
border-color: #CF502F;
}
.TagClassName
{
border-color: #CF502F;
}
</style>