Shades of Trinidad #C94426
Tints of Trinidad #C94426
RGB
CMYK
RGB Variations
Color information
#C94426 (or 0xC94426) is known color: Trinidad. HEX triplet: C9, 44 and 26. RGB value is (201,68,38). Sum of RGB (Red+Green+Blue) = 201+68+38=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C94426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94426 is #36BBD9. Grayscale: #686868. Windows color (decimal): -3587034 or 2507977. OLE color: 2507977.
HSL color Cylindrical-coordinate representation of color #C94426: hue angle of 11.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C94426 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 38 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.21 |
| HSL | 11.04º | 0.68% | 0.47% | - |
| HSV(B) | 11.04º | 0.81% | 0.79% | - |
| XYZ | 26.5 | 16.69 | 3.66 | - |
| YUV | 104.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 38 | 0 | 0.66 | 0.81 | 0.21 | 11.04 | 0.68 | 0.47 |
| Hex | C9 | 44 | 26 | 0 | 42 | 51 | 15 | B | 44 | 2F |
| Octal | 311 | 104 | 46 | 0 | 102 | 121 | 25 | 13 | 104 | 57 |
| Binary | 11001001 | 1000100 | 100110 | 0 | 1000010 | 1010001 | 10101 | 1011 | 1000100 | 101111 |
Color Harmonies of #C94426
Complementary color
Monochromatic Colors of #C94426
Black with #C94426
Text Example
Text Example
White with #C94426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94426; }
p { color: rgb(201,68,38); }
H1.HeaderClassName
{
color: #C94426;
}
.AnyTagClassName
{
color: #C94426;
}
</style>
background-color css
<style>
a { background-color: #C94426; }
a { background-color: rgb(201,68,38); }
div.DivClassName
{
background-color: #C94426;
}
.BgClassName
{
background-color: #C94426;
}
</style>
border-color css
<style>
span { border-color: #C94426; }
span { border-color: rgb(201,68,38); }
td.TdClassName
{
border-color: #C94426;
}
.TagClassName
{
border-color: #C94426;
}
</style>