Shades of Trinidad #CF4730
Tints of Trinidad #CF4730
RGB
CMYK
RGB Variations
Color information
#CF4730 (or 0xCF4730) is known color: Trinidad. HEX triplet: CF, 47 and 30. RGB value is (207,71,48). Sum of RGB (Red+Green+Blue) = 207+71+48=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4730 is #30B8CF. Grayscale: #6D6D6D. Windows color (decimal): -3193040 or 3164111. OLE color: 3164111.
HSL color Cylindrical-coordinate representation of color #CF4730: hue angle of 8.68º degrees, saturation: 0.62, 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 #CF4730 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 48 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.19 |
| HSL | 8.68º | 0.62% | 0.5% | - |
| HSV(B) | 8.68º | 0.77% | 0.81% | - |
| XYZ | 28.52 | 17.99 | 4.76 | - |
| YUV | 109.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 48 | 0 | 0.66 | 0.77 | 0.19 | 8.68 | 0.62 | 0.5 |
| Hex | CF | 47 | 30 | 0 | 42 | 4D | 13 | 9 | 3E | 32 |
| Octal | 317 | 107 | 60 | 0 | 102 | 115 | 23 | 11 | 76 | 62 |
| Binary | 11001111 | 1000111 | 110000 | 0 | 1000010 | 1001101 | 10011 | 1001 | 111110 | 110010 |
Color Harmonies of #CF4730
Complementary color
Monochromatic Colors of #CF4730
Black with #CF4730
Text Example
Text Example
White with #CF4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4730; }
p { color: rgb(207,71,48); }
H1.HeaderClassName
{
color: #CF4730;
}
.AnyTagClassName
{
color: #CF4730;
}
</style>
background-color css
<style>
a { background-color: #CF4730; }
a { background-color: rgb(207,71,48); }
div.DivClassName
{
background-color: #CF4730;
}
.BgClassName
{
background-color: #CF4730;
}
</style>
border-color css
<style>
span { border-color: #CF4730; }
span { border-color: rgb(207,71,48); }
td.TdClassName
{
border-color: #CF4730;
}
.TagClassName
{
border-color: #CF4730;
}
</style>