Shades of Trinidad #D44E38
Tints of Trinidad #D44E38
RGB
CMYK
RGB Variations
Color information
#D44E38 (or 0xD44E38) is known color: Trinidad. HEX triplet: D4, 4E and 38. RGB value is (212,78,56). Sum of RGB (Red+Green+Blue) = 212+78+56=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E38 is #2BB1C7. Grayscale: #737373. Windows color (decimal): -2863560 or 3690196. OLE color: 3690196.
HSL color Cylindrical-coordinate representation of color #D44E38: hue angle of 8.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D44E38 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 56 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.17 |
| HSL | 8.46º | 0.64% | 0.53% | - |
| HSV(B) | 8.46º | 0.74% | 0.83% | - |
| XYZ | 30.59 | 19.73 | 5.94 | - |
| YUV | 115.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 56 | 0 | 0.63 | 0.74 | 0.17 | 8.46 | 0.64 | 0.53 |
| Hex | D4 | 4E | 38 | 0 | 3F | 4A | 11 | 8 | 40 | 35 |
| Octal | 324 | 116 | 70 | 0 | 77 | 112 | 21 | 10 | 100 | 65 |
| Binary | 11010100 | 1001110 | 111000 | 0 | 111111 | 1001010 | 10001 | 1000 | 1000000 | 110101 |
Color Harmonies of #D44E38
Complementary color
Monochromatic Colors of #D44E38
Black with #D44E38
Text Example
Text Example
White with #D44E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E38; }
p { color: rgb(212,78,56); }
H1.HeaderClassName
{
color: #D44E38;
}
.AnyTagClassName
{
color: #D44E38;
}
</style>
background-color css
<style>
a { background-color: #D44E38; }
a { background-color: rgb(212,78,56); }
div.DivClassName
{
background-color: #D44E38;
}
.BgClassName
{
background-color: #D44E38;
}
</style>
border-color css
<style>
span { border-color: #D44E38; }
span { border-color: rgb(212,78,56); }
td.TdClassName
{
border-color: #D44E38;
}
.TagClassName
{
border-color: #D44E38;
}
</style>