Shades of Trinidad #D44C2A
Tints of Trinidad #D44C2A
RGB
CMYK
RGB Variations
Color information
#D44C2A (or 0xD44C2A) is known color: Trinidad. HEX triplet: D4, 4C and 2A. RGB value is (212,76,42). Sum of RGB (Red+Green+Blue) = 212+76+42=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C2A is #2BB3D5. Grayscale: #717171. Windows color (decimal): -2864086 or 2772180. OLE color: 2772180.
HSL color Cylindrical-coordinate representation of color #D44C2A: hue angle of 12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D44C2A is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 42 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.17 |
| HSL | 12º | 0.67% | 0.5% | - |
| HSV(B) | 12º | 0.8% | 0.83% | - |
| XYZ | 30.15 | 19.33 | 4.33 | - |
| YUV | 112.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 42 | 0 | 0.64 | 0.80 | 0.17 | 12 | 0.67 | 0.5 |
| Hex | D4 | 4C | 2A | 0 | 40 | 50 | 11 | C | 43 | 32 |
| Octal | 324 | 114 | 52 | 0 | 100 | 120 | 21 | 14 | 103 | 62 |
| Binary | 11010100 | 1001100 | 101010 | 0 | 1000000 | 1010000 | 10001 | 1100 | 1000011 | 110010 |
Color Harmonies of #D44C2A
Complementary color
Monochromatic Colors of #D44C2A
Black with #D44C2A
Text Example
Text Example
White with #D44C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C2A; }
p { color: rgb(212,76,42); }
H1.HeaderClassName
{
color: #D44C2A;
}
.AnyTagClassName
{
color: #D44C2A;
}
</style>
background-color css
<style>
a { background-color: #D44C2A; }
a { background-color: rgb(212,76,42); }
div.DivClassName
{
background-color: #D44C2A;
}
.BgClassName
{
background-color: #D44C2A;
}
</style>
border-color css
<style>
span { border-color: #D44C2A; }
span { border-color: rgb(212,76,42); }
td.TdClassName
{
border-color: #D44C2A;
}
.TagClassName
{
border-color: #D44C2A;
}
</style>