Shades of Trinidad #CF481F
Tints of Trinidad #CF481F
RGB
CMYK
RGB Variations
Color information
#CF481F (or 0xCF481F) is known color: Trinidad. HEX triplet: CF, 48 and 1F. RGB value is (207,72,31). Sum of RGB (Red+Green+Blue) = 207+72+31=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF481F is #30B7E0. Grayscale: #6B6B6B. Windows color (decimal): -3192801 or 2050255. OLE color: 2050255.
HSL color Cylindrical-coordinate representation of color #CF481F: hue angle of 13.98º degrees, saturation: 0.74, 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 #CF481F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 31 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.19 |
| HSL | 13.98º | 0.74% | 0.47% | - |
| HSV(B) | 13.98º | 0.85% | 0.81% | - |
| XYZ | 28.3 | 18 | 3.28 | - |
| YUV | 107.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 31 | 0 | 0.65 | 0.85 | 0.19 | 13.98 | 0.74 | 0.47 |
| Hex | CF | 48 | 1F | 0 | 41 | 55 | 13 | E | 4A | 2F |
| Octal | 317 | 110 | 37 | 0 | 101 | 125 | 23 | 16 | 112 | 57 |
| Binary | 11001111 | 1001000 | 11111 | 0 | 1000001 | 1010101 | 10011 | 1110 | 1001010 | 101111 |
Color Harmonies of #CF481F
Complementary color
Monochromatic Colors of #CF481F
Black with #CF481F
Text Example
Text Example
White with #CF481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF481F; }
p { color: rgb(207,72,31); }
H1.HeaderClassName
{
color: #CF481F;
}
.AnyTagClassName
{
color: #CF481F;
}
</style>
background-color css
<style>
a { background-color: #CF481F; }
a { background-color: rgb(207,72,31); }
div.DivClassName
{
background-color: #CF481F;
}
.BgClassName
{
background-color: #CF481F;
}
</style>
border-color css
<style>
span { border-color: #CF481F; }
span { border-color: rgb(207,72,31); }
td.TdClassName
{
border-color: #CF481F;
}
.TagClassName
{
border-color: #CF481F;
}
</style>