Shades of Trinidad #CF482F
Tints of Trinidad #CF482F
RGB
CMYK
RGB Variations
Color information
#CF482F (or 0xCF482F) is known color: Trinidad. HEX triplet: CF, 48 and 2F. RGB value is (207,72,47). Sum of RGB (Red+Green+Blue) = 207+72+47=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF482F is #30B7D0. Grayscale: #6D6D6D. Windows color (decimal): -3192785 or 3098831. OLE color: 3098831.
HSL color Cylindrical-coordinate representation of color #CF482F: hue angle of 9.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 #CF482F is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 47 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.19 |
| HSL | 9.38º | 0.63% | 0.5% | - |
| HSV(B) | 9.38º | 0.77% | 0.81% | - |
| XYZ | 28.56 | 18.11 | 4.68 | - |
| YUV | 109.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 47 | 0 | 0.65 | 0.77 | 0.19 | 9.38 | 0.63 | 0.5 |
| Hex | CF | 48 | 2F | 0 | 41 | 4D | 13 | 9 | 3F | 32 |
| Octal | 317 | 110 | 57 | 0 | 101 | 115 | 23 | 11 | 77 | 62 |
| Binary | 11001111 | 1001000 | 101111 | 0 | 1000001 | 1001101 | 10011 | 1001 | 111111 | 110010 |
Color Harmonies of #CF482F
Complementary color
Monochromatic Colors of #CF482F
Black with #CF482F
Text Example
Text Example
White with #CF482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF482F; }
p { color: rgb(207,72,47); }
H1.HeaderClassName
{
color: #CF482F;
}
.AnyTagClassName
{
color: #CF482F;
}
</style>
background-color css
<style>
a { background-color: #CF482F; }
a { background-color: rgb(207,72,47); }
div.DivClassName
{
background-color: #CF482F;
}
.BgClassName
{
background-color: #CF482F;
}
</style>
border-color css
<style>
span { border-color: #CF482F; }
span { border-color: rgb(207,72,47); }
td.TdClassName
{
border-color: #CF482F;
}
.TagClassName
{
border-color: #CF482F;
}
</style>