Shades of Trinidad #D44D1E
Tints of Trinidad #D44D1E
RGB
CMYK
RGB Variations
Color information
#D44D1E (or 0xD44D1E) is known color: Trinidad. HEX triplet: D4, 4D and 1E. RGB value is (212,77,30). Sum of RGB (Red+Green+Blue) = 212+77+30=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D1E is #2BB2E1. Grayscale: #707070. Windows color (decimal): -2863842 or 1986004. OLE color: 1986004.
HSL color Cylindrical-coordinate representation of color #D44D1E: hue angle of 15.49º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D44D1E is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 30 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.17 |
| HSL | 15.49º | 0.75% | 0.47% | - |
| HSV(B) | 15.49º | 0.86% | 0.83% | - |
| XYZ | 30.04 | 19.4 | 3.39 | - |
| YUV | 112.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 30 | 0 | 0.64 | 0.86 | 0.17 | 15.49 | 0.75 | 0.47 |
| Hex | D4 | 4D | 1E | 0 | 40 | 56 | 11 | F | 4B | 2F |
| Octal | 324 | 115 | 36 | 0 | 100 | 126 | 21 | 17 | 113 | 57 |
| Binary | 11010100 | 1001101 | 11110 | 0 | 1000000 | 1010110 | 10001 | 1111 | 1001011 | 101111 |
Color Harmonies of #D44D1E
Complementary color
Monochromatic Colors of #D44D1E
Black with #D44D1E
Text Example
Text Example
White with #D44D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D1E; }
p { color: rgb(212,77,30); }
H1.HeaderClassName
{
color: #D44D1E;
}
.AnyTagClassName
{
color: #D44D1E;
}
</style>
background-color css
<style>
a { background-color: #D44D1E; }
a { background-color: rgb(212,77,30); }
div.DivClassName
{
background-color: #D44D1E;
}
.BgClassName
{
background-color: #D44D1E;
}
</style>
border-color css
<style>
span { border-color: #D44D1E; }
span { border-color: rgb(212,77,30); }
td.TdClassName
{
border-color: #D44D1E;
}
.TagClassName
{
border-color: #D44D1E;
}
</style>