Shades of Trinidad #D44C2D
Tints of Trinidad #D44C2D
RGB
CMYK
RGB Variations
Color information
#D44C2D (or 0xD44C2D) is known color: Trinidad. HEX triplet: D4, 4C and 2D. RGB value is (212,76,45). Sum of RGB (Red+Green+Blue) = 212+76+45=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C2D is #2BB3D2. Grayscale: #717171. Windows color (decimal): -2864083 or 2968788. OLE color: 2968788.
HSL color Cylindrical-coordinate representation of color #D44C2D: hue angle of 11.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D44C2D is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 45 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.17 |
| HSL | 11.14º | 0.66% | 0.5% | - |
| HSV(B) | 11.14º | 0.79% | 0.83% | - |
| XYZ | 30.21 | 19.36 | 4.63 | - |
| YUV | 113.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 45 | 0 | 0.64 | 0.79 | 0.17 | 11.14 | 0.66 | 0.5 |
| Hex | D4 | 4C | 2D | 0 | 40 | 4F | 11 | B | 42 | 32 |
| Octal | 324 | 114 | 55 | 0 | 100 | 117 | 21 | 13 | 102 | 62 |
| Binary | 11010100 | 1001100 | 101101 | 0 | 1000000 | 1001111 | 10001 | 1011 | 1000010 | 110010 |
Color Harmonies of #D44C2D
Complementary color
Monochromatic Colors of #D44C2D
Black with #D44C2D
Text Example
Text Example
White with #D44C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C2D; }
p { color: rgb(212,76,45); }
H1.HeaderClassName
{
color: #D44C2D;
}
.AnyTagClassName
{
color: #D44C2D;
}
</style>
background-color css
<style>
a { background-color: #D44C2D; }
a { background-color: rgb(212,76,45); }
div.DivClassName
{
background-color: #D44C2D;
}
.BgClassName
{
background-color: #D44C2D;
}
</style>
border-color css
<style>
span { border-color: #D44C2D; }
span { border-color: rgb(212,76,45); }
td.TdClassName
{
border-color: #D44C2D;
}
.TagClassName
{
border-color: #D44C2D;
}
</style>