Shades of Trinidad #D24A33
Tints of Trinidad #D24A33
RGB
CMYK
RGB Variations
Color information
#D24A33 (or 0xD24A33) is known color: Trinidad. HEX triplet: D2, 4A and 33. RGB value is (210,74,51). Sum of RGB (Red+Green+Blue) = 210+74+51=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A33 is #2DB5CC. Grayscale: #707070. Windows color (decimal): -2995661 or 3361490. OLE color: 3361490.
HSL color Cylindrical-coordinate representation of color #D24A33: hue angle of 8.68º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D24A33 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 74 | 51 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.18 |
| HSL | 8.68º | 0.64% | 0.51% | - |
| HSV(B) | 8.68º | 0.76% | 0.82% | - |
| XYZ | 29.62 | 18.84 | 5.21 | - |
| YUV | 112.04 | 93.56 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 74 | 51 | 0 | 0.65 | 0.76 | 0.18 | 8.68 | 0.64 | 0.51 |
| Hex | D2 | 4A | 33 | 0 | 41 | 4C | 12 | 9 | 40 | 33 |
| Octal | 322 | 112 | 63 | 0 | 101 | 114 | 22 | 11 | 100 | 63 |
| Binary | 11010010 | 1001010 | 110011 | 0 | 1000001 | 1001100 | 10010 | 1001 | 1000000 | 110011 |
Color Harmonies of #D24A33
Complementary color
Monochromatic Colors of #D24A33
Black with #D24A33
Text Example
Text Example
White with #D24A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24A33; }
p { color: rgb(210,74,51); }
H1.HeaderClassName
{
color: #D24A33;
}
.AnyTagClassName
{
color: #D24A33;
}
</style>
background-color css
<style>
a { background-color: #D24A33; }
a { background-color: rgb(210,74,51); }
div.DivClassName
{
background-color: #D24A33;
}
.BgClassName
{
background-color: #D24A33;
}
</style>
border-color css
<style>
span { border-color: #D24A33; }
span { border-color: rgb(210,74,51); }
td.TdClassName
{
border-color: #D24A33;
}
.TagClassName
{
border-color: #D24A33;
}
</style>