Shades of Trinidad #CF422E
Tints of Trinidad #CF422E
RGB
CMYK
RGB Variations
Color information
#CF422E (or 0xCF422E) is known color: Trinidad. HEX triplet: CF, 42 and 2E. RGB value is (207,66,46). Sum of RGB (Red+Green+Blue) = 207+66+46=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF422E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF422E is #30BDD1. Grayscale: #6A6A6A. Windows color (decimal): -3194322 or 3031759. OLE color: 3031759.
HSL color Cylindrical-coordinate representation of color #CF422E: hue angle of 7.45º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF422E is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 46 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.19 |
| HSL | 7.45º | 0.64% | 0.5% | - |
| HSV(B) | 7.45º | 0.78% | 0.81% | - |
| XYZ | 28.17 | 17.36 | 4.45 | - |
| YUV | 105.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 46 | 0 | 0.68 | 0.78 | 0.19 | 7.45 | 0.64 | 0.5 |
| Hex | CF | 42 | 2E | 0 | 44 | 4E | 13 | 7 | 40 | 32 |
| Octal | 317 | 102 | 56 | 0 | 104 | 116 | 23 | 7 | 100 | 62 |
| Binary | 11001111 | 1000010 | 101110 | 0 | 1000100 | 1001110 | 10011 | 111 | 1000000 | 110010 |
Color Harmonies of #CF422E
Complementary color
Monochromatic Colors of #CF422E
Black with #CF422E
Text Example
Text Example
White with #CF422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF422E; }
p { color: rgb(207,66,46); }
H1.HeaderClassName
{
color: #CF422E;
}
.AnyTagClassName
{
color: #CF422E;
}
</style>
background-color css
<style>
a { background-color: #CF422E; }
a { background-color: rgb(207,66,46); }
div.DivClassName
{
background-color: #CF422E;
}
.BgClassName
{
background-color: #CF422E;
}
</style>
border-color css
<style>
span { border-color: #CF422E; }
span { border-color: rgb(207,66,46); }
td.TdClassName
{
border-color: #CF422E;
}
.TagClassName
{
border-color: #CF422E;
}
</style>