Shades of Trinidad #C44E2A
Tints of Trinidad #C44E2A
RGB
CMYK
RGB Variations
Color information
#C44E2A (or 0xC44E2A) is known color: Trinidad. HEX triplet: C4, 4E and 2A. RGB value is (196,78,42). Sum of RGB (Red+Green+Blue) = 196+78+42=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E2A is #3BB1D5. Grayscale: #6D6D6D. Windows color (decimal): -3912150 or 2772676. OLE color: 2772676.
HSL color Cylindrical-coordinate representation of color #C44E2A: hue angle of 14.03º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C44E2A is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 42 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.23 |
| HSL | 14.03º | 0.65% | 0.47% | - |
| HSV(B) | 14.03º | 0.79% | 0.77% | - |
| XYZ | 25.91 | 17.35 | 4.17 | - |
| YUV | 109.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 42 | 0 | 0.60 | 0.79 | 0.23 | 14.03 | 0.65 | 0.47 |
| Hex | C4 | 4E | 2A | 0 | 3C | 4F | 17 | E | 41 | 2F |
| Octal | 304 | 116 | 52 | 0 | 74 | 117 | 27 | 16 | 101 | 57 |
| Binary | 11000100 | 1001110 | 101010 | 0 | 111100 | 1001111 | 10111 | 1110 | 1000001 | 101111 |
Color Harmonies of #C44E2A
Complementary color
Monochromatic Colors of #C44E2A
Black with #C44E2A
Text Example
Text Example
White with #C44E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E2A; }
p { color: rgb(196,78,42); }
H1.HeaderClassName
{
color: #C44E2A;
}
.AnyTagClassName
{
color: #C44E2A;
}
</style>
background-color css
<style>
a { background-color: #C44E2A; }
a { background-color: rgb(196,78,42); }
div.DivClassName
{
background-color: #C44E2A;
}
.BgClassName
{
background-color: #C44E2A;
}
</style>
border-color css
<style>
span { border-color: #C44E2A; }
span { border-color: rgb(196,78,42); }
td.TdClassName
{
border-color: #C44E2A;
}
.TagClassName
{
border-color: #C44E2A;
}
</style>