Shades of Trinidad #C94224
Tints of Trinidad #C94224
RGB
CMYK
RGB Variations
Color information
#C94224 (or 0xC94224) is known color: Trinidad. HEX triplet: C9, 42 and 24. RGB value is (201,66,36). Sum of RGB (Red+Green+Blue) = 201+66+36=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C94224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94224 is #36BDDB. Grayscale: #676767. Windows color (decimal): -3587548 or 2376393. OLE color: 2376393.
HSL color Cylindrical-coordinate representation of color #C94224: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C94224 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 36 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.21 |
| HSL | 10.91º | 0.7% | 0.46% | - |
| HSV(B) | 10.91º | 0.82% | 0.79% | - |
| XYZ | 26.35 | 16.44 | 3.45 | - |
| YUV | 102.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 36 | 0 | 0.67 | 0.82 | 0.21 | 10.91 | 0.7 | 0.46 |
| Hex | C9 | 42 | 24 | 0 | 43 | 52 | 15 | B | 46 | 2E |
| Octal | 311 | 102 | 44 | 0 | 103 | 122 | 25 | 13 | 106 | 56 |
| Binary | 11001001 | 1000010 | 100100 | 0 | 1000011 | 1010010 | 10101 | 1011 | 1000110 | 101110 |
Color Harmonies of #C94224
Complementary color
Monochromatic Colors of #C94224
Black with #C94224
Text Example
Text Example
White with #C94224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94224; }
p { color: rgb(201,66,36); }
H1.HeaderClassName
{
color: #C94224;
}
.AnyTagClassName
{
color: #C94224;
}
</style>
background-color css
<style>
a { background-color: #C94224; }
a { background-color: rgb(201,66,36); }
div.DivClassName
{
background-color: #C94224;
}
.BgClassName
{
background-color: #C94224;
}
</style>
border-color css
<style>
span { border-color: #C94224; }
span { border-color: rgb(201,66,36); }
td.TdClassName
{
border-color: #C94224;
}
.TagClassName
{
border-color: #C94224;
}
</style>