Shades of Trinidad #D44C1D
Tints of Trinidad #D44C1D
RGB
CMYK
RGB Variations
Color information
#D44C1D (or 0xD44C1D) is known color: Trinidad. HEX triplet: D4, 4C and 1D. RGB value is (212,76,29). Sum of RGB (Red+Green+Blue) = 212+76+29=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C1D is #2BB3E2. Grayscale: #6F6F6F. Windows color (decimal): -2864099 or 1920212. OLE color: 1920212.
HSL color Cylindrical-coordinate representation of color #D44C1D: hue angle of 15.41º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D44C1D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 29 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.17 |
| HSL | 15.41º | 0.76% | 0.47% | - |
| HSV(B) | 15.41º | 0.86% | 0.83% | - |
| XYZ | 29.96 | 19.25 | 3.3 | - |
| YUV | 111.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 29 | 0 | 0.64 | 0.86 | 0.17 | 15.41 | 0.76 | 0.47 |
| Hex | D4 | 4C | 1D | 0 | 40 | 56 | 11 | F | 4C | 2F |
| Octal | 324 | 114 | 35 | 0 | 100 | 126 | 21 | 17 | 114 | 57 |
| Binary | 11010100 | 1001100 | 11101 | 0 | 1000000 | 1010110 | 10001 | 1111 | 1001100 | 101111 |
Color Harmonies of #D44C1D
Complementary color
Monochromatic Colors of #D44C1D
Black with #D44C1D
Text Example
Text Example
White with #D44C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C1D; }
p { color: rgb(212,76,29); }
H1.HeaderClassName
{
color: #D44C1D;
}
.AnyTagClassName
{
color: #D44C1D;
}
</style>
background-color css
<style>
a { background-color: #D44C1D; }
a { background-color: rgb(212,76,29); }
div.DivClassName
{
background-color: #D44C1D;
}
.BgClassName
{
background-color: #D44C1D;
}
</style>
border-color css
<style>
span { border-color: #D44C1D; }
span { border-color: rgb(212,76,29); }
td.TdClassName
{
border-color: #D44C1D;
}
.TagClassName
{
border-color: #D44C1D;
}
</style>