Shades of Trinidad #C44E1D
Tints of Trinidad #C44E1D
RGB
CMYK
RGB Variations
Color information
#C44E1D (or 0xC44E1D) is known color: Trinidad. HEX triplet: C4, 4E and 1D. RGB value is (196,78,29). Sum of RGB (Red+Green+Blue) = 196+78+29=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C44E1D is #3BB1E2. Grayscale: #6C6C6C. Windows color (decimal): -3912163 or 1920708. OLE color: 1920708.
HSL color Cylindrical-coordinate representation of color #C44E1D: hue angle of 17.6º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C44E1D is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 29 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.23 |
| HSL | 17.6º | 0.74% | 0.44% | - |
| HSV(B) | 17.6º | 0.85% | 0.77% | - |
| XYZ | 25.71 | 17.27 | 3.14 | - |
| YUV | 107.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 29 | 0 | 0.60 | 0.85 | 0.23 | 17.6 | 0.74 | 0.44 |
| Hex | C4 | 4E | 1D | 0 | 3C | 55 | 17 | 12 | 4A | 2C |
| Octal | 304 | 116 | 35 | 0 | 74 | 125 | 27 | 22 | 112 | 54 |
| Binary | 11000100 | 1001110 | 11101 | 0 | 111100 | 1010101 | 10111 | 10010 | 1001010 | 101100 |
Color Harmonies of #C44E1D
Complementary color
Monochromatic Colors of #C44E1D
Black with #C44E1D
Text Example
Text Example
White with #C44E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E1D; }
p { color: rgb(196,78,29); }
H1.HeaderClassName
{
color: #C44E1D;
}
.AnyTagClassName
{
color: #C44E1D;
}
</style>
background-color css
<style>
a { background-color: #C44E1D; }
a { background-color: rgb(196,78,29); }
div.DivClassName
{
background-color: #C44E1D;
}
.BgClassName
{
background-color: #C44E1D;
}
</style>
border-color css
<style>
span { border-color: #C44E1D; }
span { border-color: rgb(196,78,29); }
td.TdClassName
{
border-color: #C44E1D;
}
.TagClassName
{
border-color: #C44E1D;
}
</style>