Shades of Trinidad #CF4835
Tints of Trinidad #CF4835
RGB
CMYK
RGB Variations
Color information
#CF4835 (or 0xCF4835) is known color: Trinidad. HEX triplet: CF, 48 and 35. RGB value is (207,72,53). Sum of RGB (Red+Green+Blue) = 207+72+53=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4835 is #30B7CA. Grayscale: #6E6E6E. Windows color (decimal): -3192779 or 3492047. OLE color: 3492047.
HSL color Cylindrical-coordinate representation of color #CF4835: hue angle of 7.4º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF4835 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 53 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.19 |
| HSL | 7.4º | 0.62% | 0.51% | - |
| HSV(B) | 7.4º | 0.74% | 0.81% | - |
| XYZ | 28.69 | 18.16 | 5.36 | - |
| YUV | 110.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 53 | 0 | 0.65 | 0.74 | 0.19 | 7.4 | 0.62 | 0.51 |
| Hex | CF | 48 | 35 | 0 | 41 | 4A | 13 | 7 | 3E | 33 |
| Octal | 317 | 110 | 65 | 0 | 101 | 112 | 23 | 7 | 76 | 63 |
| Binary | 11001111 | 1001000 | 110101 | 0 | 1000001 | 1001010 | 10011 | 111 | 111110 | 110011 |
Color Harmonies of #CF4835
Complementary color
Monochromatic Colors of #CF4835
Black with #CF4835
Text Example
Text Example
White with #CF4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4835; }
p { color: rgb(207,72,53); }
H1.HeaderClassName
{
color: #CF4835;
}
.AnyTagClassName
{
color: #CF4835;
}
</style>
background-color css
<style>
a { background-color: #CF4835; }
a { background-color: rgb(207,72,53); }
div.DivClassName
{
background-color: #CF4835;
}
.BgClassName
{
background-color: #CF4835;
}
</style>
border-color css
<style>
span { border-color: #CF4835; }
span { border-color: rgb(207,72,53); }
td.TdClassName
{
border-color: #CF4835;
}
.TagClassName
{
border-color: #CF4835;
}
</style>