Shades of Trinidad #CF4F31
Tints of Trinidad #CF4F31
RGB
CMYK
RGB Variations
Color information
#CF4F31 (or 0xCF4F31) is known color: Trinidad. HEX triplet: CF, 4F and 31. RGB value is (207,79,49). Sum of RGB (Red+Green+Blue) = 207+79+49=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4F31 is #30B0CE. Grayscale: #727272. Windows color (decimal): -3190991 or 3231695. OLE color: 3231695.
HSL color Cylindrical-coordinate representation of color #CF4F31: hue angle of 11.39º 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 #CF4F31 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 49 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.19 |
| HSL | 11.39º | 0.62% | 0.5% | - |
| HSV(B) | 11.39º | 0.76% | 0.81% | - |
| XYZ | 29.08 | 19.08 | 5.06 | - |
| YUV | 113.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 49 | 0 | 0.62 | 0.76 | 0.19 | 11.39 | 0.62 | 0.5 |
| Hex | CF | 4F | 31 | 0 | 3E | 4C | 13 | B | 3E | 32 |
| Octal | 317 | 117 | 61 | 0 | 76 | 114 | 23 | 13 | 76 | 62 |
| Binary | 11001111 | 1001111 | 110001 | 0 | 111110 | 1001100 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CF4F31
Complementary color
Monochromatic Colors of #CF4F31
Black with #CF4F31
Text Example
Text Example
White with #CF4F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4F31; }
p { color: rgb(207,79,49); }
H1.HeaderClassName
{
color: #CF4F31;
}
.AnyTagClassName
{
color: #CF4F31;
}
</style>
background-color css
<style>
a { background-color: #CF4F31; }
a { background-color: rgb(207,79,49); }
div.DivClassName
{
background-color: #CF4F31;
}
.BgClassName
{
background-color: #CF4F31;
}
</style>
border-color css
<style>
span { border-color: #CF4F31; }
span { border-color: rgb(207,79,49); }
td.TdClassName
{
border-color: #CF4F31;
}
.TagClassName
{
border-color: #CF4F31;
}
</style>