Shades of Trinidad #CF472D
Tints of Trinidad #CF472D
RGB
CMYK
RGB Variations
Color information
#CF472D (or 0xCF472D) is known color: Trinidad. HEX triplet: CF, 47 and 2D. RGB value is (207,71,45). Sum of RGB (Red+Green+Blue) = 207+71+45=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF472D is #30B8D2. Grayscale: #6C6C6C. Windows color (decimal): -3193043 or 2967503. OLE color: 2967503.
HSL color Cylindrical-coordinate representation of color #CF472D: hue angle of 9.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF472D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 45 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.19 |
| HSL | 9.63º | 0.64% | 0.49% | - |
| HSV(B) | 9.63º | 0.78% | 0.81% | - |
| XYZ | 28.46 | 17.96 | 4.45 | - |
| YUV | 108.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 45 | 0 | 0.66 | 0.78 | 0.19 | 9.63 | 0.64 | 0.49 |
| Hex | CF | 47 | 2D | 0 | 42 | 4E | 13 | A | 40 | 31 |
| Octal | 317 | 107 | 55 | 0 | 102 | 116 | 23 | 12 | 100 | 61 |
| Binary | 11001111 | 1000111 | 101101 | 0 | 1000010 | 1001110 | 10011 | 1010 | 1000000 | 110001 |
Color Harmonies of #CF472D
Complementary color
Monochromatic Colors of #CF472D
Black with #CF472D
Text Example
Text Example
White with #CF472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF472D; }
p { color: rgb(207,71,45); }
H1.HeaderClassName
{
color: #CF472D;
}
.AnyTagClassName
{
color: #CF472D;
}
</style>
background-color css
<style>
a { background-color: #CF472D; }
a { background-color: rgb(207,71,45); }
div.DivClassName
{
background-color: #CF472D;
}
.BgClassName
{
background-color: #CF472D;
}
</style>
border-color css
<style>
span { border-color: #CF472D; }
span { border-color: rgb(207,71,45); }
td.TdClassName
{
border-color: #CF472D;
}
.TagClassName
{
border-color: #CF472D;
}
</style>