Shades of Trinidad #CF4424
Tints of Trinidad #CF4424
RGB
CMYK
RGB Variations
Color information
#CF4424 (or 0xCF4424) is known color: Trinidad. HEX triplet: CF, 44 and 24. RGB value is (207,68,36). Sum of RGB (Red+Green+Blue) = 207+68+36=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4424 is #30BBDB. Grayscale: #6A6A6A. Windows color (decimal): -3193820 or 2376911. OLE color: 2376911.
HSL color Cylindrical-coordinate representation of color #CF4424: hue angle of 11.23º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF4424 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 36 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.19 |
| HSL | 11.23º | 0.7% | 0.48% | - |
| HSV(B) | 11.23º | 0.83% | 0.81% | - |
| XYZ | 28.12 | 17.53 | 3.57 | - |
| YUV | 105.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 36 | 0 | 0.67 | 0.83 | 0.19 | 11.23 | 0.7 | 0.48 |
| Hex | CF | 44 | 24 | 0 | 43 | 53 | 13 | B | 46 | 30 |
| Octal | 317 | 104 | 44 | 0 | 103 | 123 | 23 | 13 | 106 | 60 |
| Binary | 11001111 | 1000100 | 100100 | 0 | 1000011 | 1010011 | 10011 | 1011 | 1000110 | 110000 |
Color Harmonies of #CF4424
Complementary color
Monochromatic Colors of #CF4424
Black with #CF4424
Text Example
Text Example
White with #CF4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4424; }
p { color: rgb(207,68,36); }
H1.HeaderClassName
{
color: #CF4424;
}
.AnyTagClassName
{
color: #CF4424;
}
</style>
background-color css
<style>
a { background-color: #CF4424; }
a { background-color: rgb(207,68,36); }
div.DivClassName
{
background-color: #CF4424;
}
.BgClassName
{
background-color: #CF4424;
}
</style>
border-color css
<style>
span { border-color: #CF4424; }
span { border-color: rgb(207,68,36); }
td.TdClassName
{
border-color: #CF4424;
}
.TagClassName
{
border-color: #CF4424;
}
</style>