Shades of Trinidad #CF422A
Tints of Trinidad #CF422A
RGB
CMYK
RGB Variations
Color information
#CF422A (or 0xCF422A) is known color: Trinidad. HEX triplet: CF, 42 and 2A. RGB value is (207,66,42). Sum of RGB (Red+Green+Blue) = 207+66+42=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF422A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF422A is #30BDD5. Grayscale: #696969. Windows color (decimal): -3194326 or 2769615. OLE color: 2769615.
HSL color Cylindrical-coordinate representation of color #CF422A: hue angle of 8.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF422A is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 42 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.19 |
| HSL | 8.73º | 0.66% | 0.49% | - |
| HSV(B) | 8.73º | 0.8% | 0.81% | - |
| XYZ | 28.1 | 17.33 | 4.05 | - |
| YUV | 105.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 42 | 0 | 0.68 | 0.80 | 0.19 | 8.73 | 0.66 | 0.49 |
| Hex | CF | 42 | 2A | 0 | 44 | 50 | 13 | 9 | 42 | 31 |
| Octal | 317 | 102 | 52 | 0 | 104 | 120 | 23 | 11 | 102 | 61 |
| Binary | 11001111 | 1000010 | 101010 | 0 | 1000100 | 1010000 | 10011 | 1001 | 1000010 | 110001 |
Color Harmonies of #CF422A
Complementary color
Monochromatic Colors of #CF422A
Black with #CF422A
Text Example
Text Example
White with #CF422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF422A; }
p { color: rgb(207,66,42); }
H1.HeaderClassName
{
color: #CF422A;
}
.AnyTagClassName
{
color: #CF422A;
}
</style>
background-color css
<style>
a { background-color: #CF422A; }
a { background-color: rgb(207,66,42); }
div.DivClassName
{
background-color: #CF422A;
}
.BgClassName
{
background-color: #CF422A;
}
</style>
border-color css
<style>
span { border-color: #CF422A; }
span { border-color: rgb(207,66,42); }
td.TdClassName
{
border-color: #CF422A;
}
.TagClassName
{
border-color: #CF422A;
}
</style>