Shades of Trinidad #CF4D20
Tints of Trinidad #CF4D20
RGB
CMYK
RGB Variations
Color information
#CF4D20 (or 0xCF4D20) is known color: Trinidad. HEX triplet: CF, 4D and 20. RGB value is (207,77,32). Sum of RGB (Red+Green+Blue) = 207+77+32=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D20 is #30B2DF. Grayscale: #6F6F6F. Windows color (decimal): -3191520 or 2117071. OLE color: 2117071.
HSL color Cylindrical-coordinate representation of color #CF4D20: hue angle of 15.43º degrees, saturation: 0.73, 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 #CF4D20 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 32 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.19 |
| HSL | 15.43º | 0.73% | 0.47% | - |
| HSV(B) | 15.43º | 0.85% | 0.81% | - |
| XYZ | 28.65 | 18.68 | 3.46 | - |
| YUV | 110.74 | 83.57 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 32 | 0 | 0.63 | 0.85 | 0.19 | 15.43 | 0.73 | 0.47 |
| Hex | CF | 4D | 20 | 0 | 3F | 55 | 13 | F | 49 | 2F |
| Octal | 317 | 115 | 40 | 0 | 77 | 125 | 23 | 17 | 111 | 57 |
| Binary | 11001111 | 1001101 | 100000 | 0 | 111111 | 1010101 | 10011 | 1111 | 1001001 | 101111 |
Color Harmonies of #CF4D20
Complementary color
Monochromatic Colors of #CF4D20
Black with #CF4D20
Text Example
Text Example
White with #CF4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D20; }
p { color: rgb(207,77,32); }
H1.HeaderClassName
{
color: #CF4D20;
}
.AnyTagClassName
{
color: #CF4D20;
}
</style>
background-color css
<style>
a { background-color: #CF4D20; }
a { background-color: rgb(207,77,32); }
div.DivClassName
{
background-color: #CF4D20;
}
.BgClassName
{
background-color: #CF4D20;
}
</style>
border-color css
<style>
span { border-color: #CF4D20; }
span { border-color: rgb(207,77,32); }
td.TdClassName
{
border-color: #CF4D20;
}
.TagClassName
{
border-color: #CF4D20;
}
</style>