Shades of Trinidad #CF422D
Tints of Trinidad #CF422D
RGB
CMYK
RGB Variations
Color information
#CF422D (or 0xCF422D) is known color: Trinidad. HEX triplet: CF, 42 and 2D. RGB value is (207,66,45). Sum of RGB (Red+Green+Blue) = 207+66+45=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF422D is #30BDD2. Grayscale: #696969. Windows color (decimal): -3194323 or 2966223. OLE color: 2966223.
HSL color Cylindrical-coordinate representation of color #CF422D: hue angle of 7.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF422D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 45 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.19 |
| HSL | 7.78º | 0.64% | 0.49% | - |
| HSV(B) | 7.78º | 0.78% | 0.81% | - |
| XYZ | 28.15 | 17.35 | 4.35 | - |
| YUV | 105.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 45 | 0 | 0.68 | 0.78 | 0.19 | 7.78 | 0.64 | 0.49 |
| Hex | CF | 42 | 2D | 0 | 44 | 4E | 13 | 8 | 40 | 31 |
| Octal | 317 | 102 | 55 | 0 | 104 | 116 | 23 | 10 | 100 | 61 |
| Binary | 11001111 | 1000010 | 101101 | 0 | 1000100 | 1001110 | 10011 | 1000 | 1000000 | 110001 |
Color Harmonies of #CF422D
Complementary color
Monochromatic Colors of #CF422D
Black with #CF422D
Text Example
Text Example
White with #CF422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF422D; }
p { color: rgb(207,66,45); }
H1.HeaderClassName
{
color: #CF422D;
}
.AnyTagClassName
{
color: #CF422D;
}
</style>
background-color css
<style>
a { background-color: #CF422D; }
a { background-color: rgb(207,66,45); }
div.DivClassName
{
background-color: #CF422D;
}
.BgClassName
{
background-color: #CF422D;
}
</style>
border-color css
<style>
span { border-color: #CF422D; }
span { border-color: rgb(207,66,45); }
td.TdClassName
{
border-color: #CF422D;
}
.TagClassName
{
border-color: #CF422D;
}
</style>