Shades of Trinidad #D24A23
Tints of Trinidad #D24A23
RGB
CMYK
RGB Variations
Color information
#D24A23 (or 0xD24A23) is known color: Trinidad. HEX triplet: D2, 4A and 23. RGB value is (210,74,35). Sum of RGB (Red+Green+Blue) = 210+74+35=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A23 is #2DB5DC. Grayscale: #6E6E6E. Windows color (decimal): -2995677 or 2312914. OLE color: 2312914.
HSL color Cylindrical-coordinate representation of color #D24A23: hue angle of 13.37º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D24A23 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 35 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.18 |
| HSL | 13.37º | 0.71% | 0.48% | - |
| HSV(B) | 13.37º | 0.83% | 0.82% | - |
| XYZ | 29.33 | 18.72 | 3.66 | - |
| YUV | 110.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 35 | 0 | 0.65 | 0.83 | 0.18 | 13.37 | 0.71 | 0.48 |
| Hex | D2 | 4A | 23 | 0 | 41 | 53 | 12 | D | 47 | 30 |
| Octal | 322 | 112 | 43 | 0 | 101 | 123 | 22 | 15 | 107 | 60 |
| Binary | 11010010 | 1001010 | 100011 | 0 | 1000001 | 1010011 | 10010 | 1101 | 1000111 | 110000 |
Color Harmonies of #D24A23
Complementary color
Monochromatic Colors of #D24A23
Black with #D24A23
Text Example
Text Example
White with #D24A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A23; }
p { color: rgb(210,74,35); }
H1.HeaderClassName
{
color: #D24A23;
}
.AnyTagClassName
{
color: #D24A23;
}
</style>
background-color css
<style>
a { background-color: #D24A23; }
a { background-color: rgb(210,74,35); }
div.DivClassName
{
background-color: #D24A23;
}
.BgClassName
{
background-color: #D24A23;
}
</style>
border-color css
<style>
span { border-color: #D24A23; }
span { border-color: rgb(210,74,35); }
td.TdClassName
{
border-color: #D24A23;
}
.TagClassName
{
border-color: #D24A23;
}
</style>