Shades of Trinidad #D44F28
Tints of Trinidad #D44F28
RGB
CMYK
RGB Variations
Color information
#D44F28 (or 0xD44F28) is known color: Trinidad. HEX triplet: D4, 4F and 28. RGB value is (212,79,40). Sum of RGB (Red+Green+Blue) = 212+79+40=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F28 is #2BB0D7. Grayscale: #727272. Windows color (decimal): -2863320 or 2641876. OLE color: 2641876.
HSL color Cylindrical-coordinate representation of color #D44F28: hue angle of 13.6º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D44F28 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 40 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.17 |
| HSL | 13.6º | 0.68% | 0.49% | - |
| HSV(B) | 13.6º | 0.81% | 0.83% | - |
| XYZ | 30.33 | 19.74 | 4.22 | - |
| YUV | 114.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 40 | 0 | 0.63 | 0.81 | 0.17 | 13.6 | 0.68 | 0.49 |
| Hex | D4 | 4F | 28 | 0 | 3F | 51 | 11 | E | 44 | 31 |
| Octal | 324 | 117 | 50 | 0 | 77 | 121 | 21 | 16 | 104 | 61 |
| Binary | 11010100 | 1001111 | 101000 | 0 | 111111 | 1010001 | 10001 | 1110 | 1000100 | 110001 |
Color Harmonies of #D44F28
Complementary color
Monochromatic Colors of #D44F28
Black with #D44F28
Text Example
Text Example
White with #D44F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F28; }
p { color: rgb(212,79,40); }
H1.HeaderClassName
{
color: #D44F28;
}
.AnyTagClassName
{
color: #D44F28;
}
</style>
background-color css
<style>
a { background-color: #D44F28; }
a { background-color: rgb(212,79,40); }
div.DivClassName
{
background-color: #D44F28;
}
.BgClassName
{
background-color: #D44F28;
}
</style>
border-color css
<style>
span { border-color: #D44F28; }
span { border-color: rgb(212,79,40); }
td.TdClassName
{
border-color: #D44F28;
}
.TagClassName
{
border-color: #D44F28;
}
</style>