Shades of Trinidad #CF472B
Tints of Trinidad #CF472B
RGB
CMYK
RGB Variations
Color information
#CF472B (or 0xCF472B) is known color: Trinidad. HEX triplet: CF, 47 and 2B. RGB value is (207,71,43). Sum of RGB (Red+Green+Blue) = 207+71+43=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF472B is #30B8D4. Grayscale: #6C6C6C. Windows color (decimal): -3193045 or 2836431. OLE color: 2836431.
HSL color Cylindrical-coordinate representation of color #CF472B: hue angle of 10.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF472B is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 43 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.19 |
| HSL | 10.24º | 0.66% | 0.49% | - |
| HSV(B) | 10.24º | 0.79% | 0.81% | - |
| XYZ | 28.42 | 17.95 | 4.25 | - |
| YUV | 108.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 43 | 0 | 0.66 | 0.79 | 0.19 | 10.24 | 0.66 | 0.49 |
| Hex | CF | 47 | 2B | 0 | 42 | 4F | 13 | A | 42 | 31 |
| Octal | 317 | 107 | 53 | 0 | 102 | 117 | 23 | 12 | 102 | 61 |
| Binary | 11001111 | 1000111 | 101011 | 0 | 1000010 | 1001111 | 10011 | 1010 | 1000010 | 110001 |
Color Harmonies of #CF472B
Complementary color
Monochromatic Colors of #CF472B
Black with #CF472B
Text Example
Text Example
White with #CF472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF472B; }
p { color: rgb(207,71,43); }
H1.HeaderClassName
{
color: #CF472B;
}
.AnyTagClassName
{
color: #CF472B;
}
</style>
background-color css
<style>
a { background-color: #CF472B; }
a { background-color: rgb(207,71,43); }
div.DivClassName
{
background-color: #CF472B;
}
.BgClassName
{
background-color: #CF472B;
}
</style>
border-color css
<style>
span { border-color: #CF472B; }
span { border-color: rgb(207,71,43); }
td.TdClassName
{
border-color: #CF472B;
}
.TagClassName
{
border-color: #CF472B;
}
</style>