Shades of Trinidad #D44F37
Tints of Trinidad #D44F37
RGB
CMYK
RGB Variations
Color information
#D44F37 (or 0xD44F37) is known color: Trinidad. HEX triplet: D4, 4F and 37. RGB value is (212,79,55). Sum of RGB (Red+Green+Blue) = 212+79+55=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F37 is #2BB0C8. Grayscale: #747474. Windows color (decimal): -2863305 or 3624916. OLE color: 3624916.
HSL color Cylindrical-coordinate representation of color #D44F37: hue angle of 9.17º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D44F37 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 55 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.17 |
| HSL | 9.17º | 0.65% | 0.52% | - |
| HSV(B) | 9.17º | 0.74% | 0.83% | - |
| XYZ | 30.64 | 19.86 | 5.83 | - |
| YUV | 116.03 | 93.56 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 55 | 0 | 0.63 | 0.74 | 0.17 | 9.17 | 0.65 | 0.52 |
| Hex | D4 | 4F | 37 | 0 | 3F | 4A | 11 | 9 | 41 | 34 |
| Octal | 324 | 117 | 67 | 0 | 77 | 112 | 21 | 11 | 101 | 64 |
| Binary | 11010100 | 1001111 | 110111 | 0 | 111111 | 1001010 | 10001 | 1001 | 1000001 | 110100 |
Color Harmonies of #D44F37
Complementary color
Monochromatic Colors of #D44F37
Black with #D44F37
Text Example
Text Example
White with #D44F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F37; }
p { color: rgb(212,79,55); }
H1.HeaderClassName
{
color: #D44F37;
}
.AnyTagClassName
{
color: #D44F37;
}
</style>
background-color css
<style>
a { background-color: #D44F37; }
a { background-color: rgb(212,79,55); }
div.DivClassName
{
background-color: #D44F37;
}
.BgClassName
{
background-color: #D44F37;
}
</style>
border-color css
<style>
span { border-color: #D44F37; }
span { border-color: rgb(212,79,55); }
td.TdClassName
{
border-color: #D44F37;
}
.TagClassName
{
border-color: #D44F37;
}
</style>