Shades of Trinidad #CF4D31
Tints of Trinidad #CF4D31
RGB
CMYK
RGB Variations
Color information
#CF4D31 (or 0xCF4D31) is known color: Trinidad. HEX triplet: CF, 4D and 31. RGB value is (207,77,49). Sum of RGB (Red+Green+Blue) = 207+77+49=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4D31 is #30B2CE. Grayscale: #707070. Windows color (decimal): -3191503 or 3231183. OLE color: 3231183.
HSL color Cylindrical-coordinate representation of color #CF4D31: hue angle of 10.63º 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 #CF4D31 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 49 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.19 |
| HSL | 10.63º | 0.62% | 0.5% | - |
| HSV(B) | 10.63º | 0.76% | 0.81% | - |
| XYZ | 28.94 | 18.79 | 5.01 | - |
| YUV | 112.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 49 | 0 | 0.63 | 0.76 | 0.19 | 10.63 | 0.62 | 0.5 |
| Hex | CF | 4D | 31 | 0 | 3F | 4C | 13 | B | 3E | 32 |
| Octal | 317 | 115 | 61 | 0 | 77 | 114 | 23 | 13 | 76 | 62 |
| Binary | 11001111 | 1001101 | 110001 | 0 | 111111 | 1001100 | 10011 | 1011 | 111110 | 110010 |
Color Harmonies of #CF4D31
Complementary color
Monochromatic Colors of #CF4D31
Black with #CF4D31
Text Example
Text Example
White with #CF4D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4D31; }
p { color: rgb(207,77,49); }
H1.HeaderClassName
{
color: #CF4D31;
}
.AnyTagClassName
{
color: #CF4D31;
}
</style>
background-color css
<style>
a { background-color: #CF4D31; }
a { background-color: rgb(207,77,49); }
div.DivClassName
{
background-color: #CF4D31;
}
.BgClassName
{
background-color: #CF4D31;
}
</style>
border-color css
<style>
span { border-color: #CF4D31; }
span { border-color: rgb(207,77,49); }
td.TdClassName
{
border-color: #CF4D31;
}
.TagClassName
{
border-color: #CF4D31;
}
</style>