Shades of Trinidad #D24A21
Tints of Trinidad #D24A21
RGB
CMYK
RGB Variations
Color information
#D24A21 (or 0xD24A21) is known color: Trinidad. HEX triplet: D2, 4A and 21. RGB value is (210,74,33). Sum of RGB (Red+Green+Blue) = 210+74+33=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A21 is #2DB5DE. Grayscale: #6E6E6E. Windows color (decimal): -2995679 or 2181842. OLE color: 2181842.
HSL color Cylindrical-coordinate representation of color #D24A21: hue angle of 13.9º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D24A21 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 33 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.18 |
| HSL | 13.9º | 0.73% | 0.48% | - |
| HSV(B) | 13.9º | 0.84% | 0.82% | - |
| XYZ | 29.3 | 18.71 | 3.51 | - |
| YUV | 109.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 33 | 0 | 0.65 | 0.84 | 0.18 | 13.9 | 0.73 | 0.48 |
| Hex | D2 | 4A | 21 | 0 | 41 | 54 | 12 | E | 49 | 30 |
| Octal | 322 | 112 | 41 | 0 | 101 | 124 | 22 | 16 | 111 | 60 |
| Binary | 11010010 | 1001010 | 100001 | 0 | 1000001 | 1010100 | 10010 | 1110 | 1001001 | 110000 |
Color Harmonies of #D24A21
Complementary color
Monochromatic Colors of #D24A21
Black with #D24A21
Text Example
Text Example
White with #D24A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A21; }
p { color: rgb(210,74,33); }
H1.HeaderClassName
{
color: #D24A21;
}
.AnyTagClassName
{
color: #D24A21;
}
</style>
background-color css
<style>
a { background-color: #D24A21; }
a { background-color: rgb(210,74,33); }
div.DivClassName
{
background-color: #D24A21;
}
.BgClassName
{
background-color: #D24A21;
}
</style>
border-color css
<style>
span { border-color: #D24A21; }
span { border-color: rgb(210,74,33); }
td.TdClassName
{
border-color: #D24A21;
}
.TagClassName
{
border-color: #D24A21;
}
</style>