Shades of Trinidad #D44C30
Tints of Trinidad #D44C30
RGB
CMYK
RGB Variations
Color information
#D44C30 (or 0xD44C30) is known color: Trinidad. HEX triplet: D4, 4C and 30. RGB value is (212,76,48). Sum of RGB (Red+Green+Blue) = 212+76+48=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44C30 is #2BB3CF. Grayscale: #717171. Windows color (decimal): -2864080 or 3165396. OLE color: 3165396.
HSL color Cylindrical-coordinate representation of color #D44C30: hue angle of 10.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D44C30 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 48 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.17 |
| HSL | 10.24º | 0.66% | 0.51% | - |
| HSV(B) | 10.24º | 0.77% | 0.83% | - |
| XYZ | 30.27 | 19.38 | 4.94 | - |
| YUV | 113.47 | 91.06 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 48 | 0 | 0.64 | 0.77 | 0.17 | 10.24 | 0.66 | 0.51 |
| Hex | D4 | 4C | 30 | 0 | 40 | 4D | 11 | A | 42 | 33 |
| Octal | 324 | 114 | 60 | 0 | 100 | 115 | 21 | 12 | 102 | 63 |
| Binary | 11010100 | 1001100 | 110000 | 0 | 1000000 | 1001101 | 10001 | 1010 | 1000010 | 110011 |
Color Harmonies of #D44C30
Complementary color
Monochromatic Colors of #D44C30
Black with #D44C30
Text Example
Text Example
White with #D44C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C30; }
p { color: rgb(212,76,48); }
H1.HeaderClassName
{
color: #D44C30;
}
.AnyTagClassName
{
color: #D44C30;
}
</style>
background-color css
<style>
a { background-color: #D44C30; }
a { background-color: rgb(212,76,48); }
div.DivClassName
{
background-color: #D44C30;
}
.BgClassName
{
background-color: #D44C30;
}
</style>
border-color css
<style>
span { border-color: #D44C30; }
span { border-color: rgb(212,76,48); }
td.TdClassName
{
border-color: #D44C30;
}
.TagClassName
{
border-color: #D44C30;
}
</style>