Shades of Trinidad #CF4830
Tints of Trinidad #CF4830
RGB
CMYK
RGB Variations
Color information
#CF4830 (or 0xCF4830) is known color: Trinidad. HEX triplet: CF, 48 and 30. RGB value is (207,72,48). Sum of RGB (Red+Green+Blue) = 207+72+48=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4830 is #30B7CF. Grayscale: #6D6D6D. Windows color (decimal): -3192784 or 3164367. OLE color: 3164367.
HSL color Cylindrical-coordinate representation of color #CF4830: hue angle of 9.06º 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 #CF4830 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 48 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.19 |
| HSL | 9.06º | 0.62% | 0.5% | - |
| HSV(B) | 9.06º | 0.77% | 0.81% | - |
| XYZ | 28.58 | 18.11 | 4.79 | - |
| YUV | 109.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 48 | 0 | 0.65 | 0.77 | 0.19 | 9.06 | 0.62 | 0.5 |
| Hex | CF | 48 | 30 | 0 | 41 | 4D | 13 | 9 | 3E | 32 |
| Octal | 317 | 110 | 60 | 0 | 101 | 115 | 23 | 11 | 76 | 62 |
| Binary | 11001111 | 1001000 | 110000 | 0 | 1000001 | 1001101 | 10011 | 1001 | 111110 | 110010 |
Color Harmonies of #CF4830
Complementary color
Monochromatic Colors of #CF4830
Black with #CF4830
Text Example
Text Example
White with #CF4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4830; }
p { color: rgb(207,72,48); }
H1.HeaderClassName
{
color: #CF4830;
}
.AnyTagClassName
{
color: #CF4830;
}
</style>
background-color css
<style>
a { background-color: #CF4830; }
a { background-color: rgb(207,72,48); }
div.DivClassName
{
background-color: #CF4830;
}
.BgClassName
{
background-color: #CF4830;
}
</style>
border-color css
<style>
span { border-color: #CF4830; }
span { border-color: rgb(207,72,48); }
td.TdClassName
{
border-color: #CF4830;
}
.TagClassName
{
border-color: #CF4830;
}
</style>