Shades of Trinidad #C44A2D
Tints of Trinidad #C44A2D
RGB
CMYK
RGB Variations
Color information
#C44A2D (or 0xC44A2D) is known color: Trinidad. HEX triplet: C4, 4A and 2D. RGB value is (196,74,45). Sum of RGB (Red+Green+Blue) = 196+74+45=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44A2D is #3BB5D2. Grayscale: #6B6B6B. Windows color (decimal): -3913171 or 2968260. OLE color: 2968260.
HSL color Cylindrical-coordinate representation of color #C44A2D: hue angle of 11.52º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C44A2D is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 45 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.23 |
| HSL | 11.52º | 0.63% | 0.47% | - |
| HSV(B) | 11.52º | 0.77% | 0.77% | - |
| XYZ | 25.69 | 16.82 | 4.38 | - |
| YUV | 107.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 45 | 0 | 0.62 | 0.77 | 0.23 | 11.52 | 0.63 | 0.47 |
| Hex | C4 | 4A | 2D | 0 | 3E | 4D | 17 | C | 3F | 2F |
| Octal | 304 | 112 | 55 | 0 | 76 | 115 | 27 | 14 | 77 | 57 |
| Binary | 11000100 | 1001010 | 101101 | 0 | 111110 | 1001101 | 10111 | 1100 | 111111 | 101111 |
Color Harmonies of #C44A2D
Complementary color
Monochromatic Colors of #C44A2D
Black with #C44A2D
Text Example
Text Example
White with #C44A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A2D; }
p { color: rgb(196,74,45); }
H1.HeaderClassName
{
color: #C44A2D;
}
.AnyTagClassName
{
color: #C44A2D;
}
</style>
background-color css
<style>
a { background-color: #C44A2D; }
a { background-color: rgb(196,74,45); }
div.DivClassName
{
background-color: #C44A2D;
}
.BgClassName
{
background-color: #C44A2D;
}
</style>
border-color css
<style>
span { border-color: #C44A2D; }
span { border-color: rgb(196,74,45); }
td.TdClassName
{
border-color: #C44A2D;
}
.TagClassName
{
border-color: #C44A2D;
}
</style>