Shades of Trinidad #D44C21
Tints of Trinidad #D44C21
RGB
CMYK
RGB Variations
Color information
#D44C21 (or 0xD44C21) is known color: Trinidad. HEX triplet: D4, 4C and 21. RGB value is (212,76,33). Sum of RGB (Red+Green+Blue) = 212+76+33=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C21 is #2BB3DE. Grayscale: #707070. Windows color (decimal): -2864095 or 2182356. OLE color: 2182356.
HSL color Cylindrical-coordinate representation of color #D44C21: hue angle of 14.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D44C21 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 33 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.17 |
| HSL | 14.41º | 0.73% | 0.48% | - |
| HSV(B) | 14.41º | 0.84% | 0.83% | - |
| XYZ | 30.01 | 19.28 | 3.58 | - |
| YUV | 111.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 33 | 0 | 0.64 | 0.84 | 0.17 | 14.41 | 0.73 | 0.48 |
| Hex | D4 | 4C | 21 | 0 | 40 | 54 | 11 | E | 49 | 30 |
| Octal | 324 | 114 | 41 | 0 | 100 | 124 | 21 | 16 | 111 | 60 |
| Binary | 11010100 | 1001100 | 100001 | 0 | 1000000 | 1010100 | 10001 | 1110 | 1001001 | 110000 |
Color Harmonies of #D44C21
Complementary color
Monochromatic Colors of #D44C21
Black with #D44C21
Text Example
Text Example
White with #D44C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C21; }
p { color: rgb(212,76,33); }
H1.HeaderClassName
{
color: #D44C21;
}
.AnyTagClassName
{
color: #D44C21;
}
</style>
background-color css
<style>
a { background-color: #D44C21; }
a { background-color: rgb(212,76,33); }
div.DivClassName
{
background-color: #D44C21;
}
.BgClassName
{
background-color: #D44C21;
}
</style>
border-color css
<style>
span { border-color: #D44C21; }
span { border-color: rgb(212,76,33); }
td.TdClassName
{
border-color: #D44C21;
}
.TagClassName
{
border-color: #D44C21;
}
</style>