Shades of Trinidad #CF4731
Tints of Trinidad #CF4731
RGB
CMYK
RGB Variations
Color information
#CF4731 (or 0xCF4731) is known color: Trinidad. HEX triplet: CF, 47 and 31. RGB value is (207,71,49). Sum of RGB (Red+Green+Blue) = 207+71+49=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4731 is #30B8CE. Grayscale: #6D6D6D. Windows color (decimal): -3193039 or 3229647. OLE color: 3229647.
HSL color Cylindrical-coordinate representation of color #CF4731: hue angle of 8.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF4731 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 49 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.19 |
| HSL | 8.35º | 0.62% | 0.5% | - |
| HSV(B) | 8.35º | 0.76% | 0.81% | - |
| XYZ | 28.54 | 17.99 | 4.87 | - |
| YUV | 109.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 49 | 0 | 0.66 | 0.76 | 0.19 | 8.35 | 0.62 | 0.5 |
| Hex | CF | 47 | 31 | 0 | 42 | 4C | 13 | 8 | 3E | 32 |
| Octal | 317 | 107 | 61 | 0 | 102 | 114 | 23 | 10 | 76 | 62 |
| Binary | 11001111 | 1000111 | 110001 | 0 | 1000010 | 1001100 | 10011 | 1000 | 111110 | 110010 |
Color Harmonies of #CF4731
Complementary color
Monochromatic Colors of #CF4731
Black with #CF4731
Text Example
Text Example
White with #CF4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4731; }
p { color: rgb(207,71,49); }
H1.HeaderClassName
{
color: #CF4731;
}
.AnyTagClassName
{
color: #CF4731;
}
</style>
background-color css
<style>
a { background-color: #CF4731; }
a { background-color: rgb(207,71,49); }
div.DivClassName
{
background-color: #CF4731;
}
.BgClassName
{
background-color: #CF4731;
}
</style>
border-color css
<style>
span { border-color: #CF4731; }
span { border-color: rgb(207,71,49); }
td.TdClassName
{
border-color: #CF4731;
}
.TagClassName
{
border-color: #CF4731;
}
</style>