Shades of Trinidad #C94920
Tints of Trinidad #C94920
RGB
CMYK
RGB Variations
Color information
#C94920 (or 0xC94920) is known color: Trinidad. HEX triplet: C9, 49 and 20. RGB value is (201,73,32). Sum of RGB (Red+Green+Blue) = 201+73+32=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C94920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94920 is #36B6DF. Grayscale: #6A6A6A. Windows color (decimal): -3585760 or 2116041. OLE color: 2116041.
HSL color Cylindrical-coordinate representation of color #C94920: hue angle of 14.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C94920 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 32 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.21 |
| HSL | 14.56º | 0.73% | 0.46% | - |
| HSV(B) | 14.56º | 0.84% | 0.79% | - |
| XYZ | 26.73 | 17.29 | 3.29 | - |
| YUV | 106.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 32 | 0 | 0.64 | 0.84 | 0.21 | 14.56 | 0.73 | 0.46 |
| Hex | C9 | 49 | 20 | 0 | 40 | 54 | 15 | F | 49 | 2E |
| Octal | 311 | 111 | 40 | 0 | 100 | 124 | 25 | 17 | 111 | 56 |
| Binary | 11001001 | 1001001 | 100000 | 0 | 1000000 | 1010100 | 10101 | 1111 | 1001001 | 101110 |
Color Harmonies of #C94920
Complementary color
Monochromatic Colors of #C94920
Black with #C94920
Text Example
Text Example
White with #C94920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94920; }
p { color: rgb(201,73,32); }
H1.HeaderClassName
{
color: #C94920;
}
.AnyTagClassName
{
color: #C94920;
}
</style>
background-color css
<style>
a { background-color: #C94920; }
a { background-color: rgb(201,73,32); }
div.DivClassName
{
background-color: #C94920;
}
.BgClassName
{
background-color: #C94920;
}
</style>
border-color css
<style>
span { border-color: #C94920; }
span { border-color: rgb(201,73,32); }
td.TdClassName
{
border-color: #C94920;
}
.TagClassName
{
border-color: #C94920;
}
</style>