Shades of Trinidad #D44D2D
Tints of Trinidad #D44D2D
RGB
CMYK
RGB Variations
Color information
#D44D2D (or 0xD44D2D) is known color: Trinidad. HEX triplet: D4, 4D and 2D. RGB value is (212,77,45). Sum of RGB (Red+Green+Blue) = 212+77+45=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D2D is #2BB2D2. Grayscale: #717171. Windows color (decimal): -2863827 or 2969044. OLE color: 2969044.
HSL color Cylindrical-coordinate representation of color #D44D2D: hue angle of 11.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D44D2D is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 45 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.17 |
| HSL | 11.5º | 0.66% | 0.5% | - |
| HSV(B) | 11.5º | 0.79% | 0.83% | - |
| XYZ | 30.28 | 19.49 | 4.65 | - |
| YUV | 113.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 45 | 0 | 0.64 | 0.79 | 0.17 | 11.5 | 0.66 | 0.5 |
| Hex | D4 | 4D | 2D | 0 | 40 | 4F | 11 | B | 42 | 32 |
| Octal | 324 | 115 | 55 | 0 | 100 | 117 | 21 | 13 | 102 | 62 |
| Binary | 11010100 | 1001101 | 101101 | 0 | 1000000 | 1001111 | 10001 | 1011 | 1000010 | 110010 |
Color Harmonies of #D44D2D
Complementary color
Monochromatic Colors of #D44D2D
Black with #D44D2D
Text Example
Text Example
White with #D44D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D2D; }
p { color: rgb(212,77,45); }
H1.HeaderClassName
{
color: #D44D2D;
}
.AnyTagClassName
{
color: #D44D2D;
}
</style>
background-color css
<style>
a { background-color: #D44D2D; }
a { background-color: rgb(212,77,45); }
div.DivClassName
{
background-color: #D44D2D;
}
.BgClassName
{
background-color: #D44D2D;
}
</style>
border-color css
<style>
span { border-color: #D44D2D; }
span { border-color: rgb(212,77,45); }
td.TdClassName
{
border-color: #D44D2D;
}
.TagClassName
{
border-color: #D44D2D;
}
</style>