Shades of Trinidad #D44D23
Tints of Trinidad #D44D23
RGB
CMYK
RGB Variations
Color information
#D44D23 (or 0xD44D23) is known color: Trinidad. HEX triplet: D4, 4D and 23. RGB value is (212,77,35). Sum of RGB (Red+Green+Blue) = 212+77+35=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D23 is #2BB2DC. Grayscale: #707070. Windows color (decimal): -2863837 or 2313684. OLE color: 2313684.
HSL color Cylindrical-coordinate representation of color #D44D23: hue angle of 14.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D44D23 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 35 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.17 |
| HSL | 14.24º | 0.72% | 0.48% | - |
| HSV(B) | 14.24º | 0.83% | 0.83% | - |
| XYZ | 30.11 | 19.43 | 3.75 | - |
| YUV | 112.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 35 | 0 | 0.64 | 0.83 | 0.17 | 14.24 | 0.72 | 0.48 |
| Hex | D4 | 4D | 23 | 0 | 40 | 53 | 11 | E | 48 | 30 |
| Octal | 324 | 115 | 43 | 0 | 100 | 123 | 21 | 16 | 110 | 60 |
| Binary | 11010100 | 1001101 | 100011 | 0 | 1000000 | 1010011 | 10001 | 1110 | 1001000 | 110000 |
Color Harmonies of #D44D23
Complementary color
Monochromatic Colors of #D44D23
Black with #D44D23
Text Example
Text Example
White with #D44D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D23; }
p { color: rgb(212,77,35); }
H1.HeaderClassName
{
color: #D44D23;
}
.AnyTagClassName
{
color: #D44D23;
}
</style>
background-color css
<style>
a { background-color: #D44D23; }
a { background-color: rgb(212,77,35); }
div.DivClassName
{
background-color: #D44D23;
}
.BgClassName
{
background-color: #D44D23;
}
</style>
border-color css
<style>
span { border-color: #D44D23; }
span { border-color: rgb(212,77,35); }
td.TdClassName
{
border-color: #D44D23;
}
.TagClassName
{
border-color: #D44D23;
}
</style>