Shades of Trinidad #D44829
Tints of Trinidad #D44829
RGB
CMYK
RGB Variations
Color information
#D44829 (or 0xD44829) is known color: Trinidad. HEX triplet: D4, 48 and 29. RGB value is (212,72,41). Sum of RGB (Red+Green+Blue) = 212+72+41=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D44829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44829 is #2BB7D6. Grayscale: #6E6E6E. Windows color (decimal): -2865111 or 2705620. OLE color: 2705620.
HSL color Cylindrical-coordinate representation of color #D44829: hue angle of 10.88º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D44829 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 41 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.17 |
| HSL | 10.88º | 0.68% | 0.5% | - |
| HSV(B) | 10.88º | 0.81% | 0.83% | - |
| XYZ | 29.87 | 18.79 | 4.15 | - |
| YUV | 110.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 41 | 0 | 0.66 | 0.81 | 0.17 | 10.88 | 0.68 | 0.5 |
| Hex | D4 | 48 | 29 | 0 | 42 | 51 | 11 | B | 44 | 32 |
| Octal | 324 | 110 | 51 | 0 | 102 | 121 | 21 | 13 | 104 | 62 |
| Binary | 11010100 | 1001000 | 101001 | 0 | 1000010 | 1010001 | 10001 | 1011 | 1000100 | 110010 |
Color Harmonies of #D44829
Complementary color
Monochromatic Colors of #D44829
Black with #D44829
Text Example
Text Example
White with #D44829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44829; }
p { color: rgb(212,72,41); }
H1.HeaderClassName
{
color: #D44829;
}
.AnyTagClassName
{
color: #D44829;
}
</style>
background-color css
<style>
a { background-color: #D44829; }
a { background-color: rgb(212,72,41); }
div.DivClassName
{
background-color: #D44829;
}
.BgClassName
{
background-color: #D44829;
}
</style>
border-color css
<style>
span { border-color: #D44829; }
span { border-color: rgb(212,72,41); }
td.TdClassName
{
border-color: #D44829;
}
.TagClassName
{
border-color: #D44829;
}
</style>