Shades of Trinidad #D24B33
Tints of Trinidad #D24B33
RGB
CMYK
RGB Variations
Color information
#D24B33 (or 0xD24B33) is known color: Trinidad. HEX triplet: D2, 4B and 33. RGB value is (210,75,51). Sum of RGB (Red+Green+Blue) = 210+75+51=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D24B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24B33 is #2DB4CC. Grayscale: #707070. Windows color (decimal): -2995405 or 3361746. OLE color: 3361746.
HSL color Cylindrical-coordinate representation of color #D24B33: hue angle of 9.06º 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 #D24B33 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 75 | 51 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.18 |
| HSL | 9.06º | 0.64% | 0.51% | - |
| HSV(B) | 9.06º | 0.76% | 0.82% | - |
| XYZ | 29.69 | 18.97 | 5.23 | - |
| YUV | 112.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 51 | 0 | 0.64 | 0.76 | 0.18 | 9.06 | 0.64 | 0.51 |
| Hex | D2 | 4B | 33 | 0 | 40 | 4C | 12 | 9 | 40 | 33 |
| Octal | 322 | 113 | 63 | 0 | 100 | 114 | 22 | 11 | 100 | 63 |
| Binary | 11010010 | 1001011 | 110011 | 0 | 1000000 | 1001100 | 10010 | 1001 | 1000000 | 110011 |
Color Harmonies of #D24B33
Complementary color
Monochromatic Colors of #D24B33
Black with #D24B33
Text Example
Text Example
White with #D24B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24B33; }
p { color: rgb(210,75,51); }
H1.HeaderClassName
{
color: #D24B33;
}
.AnyTagClassName
{
color: #D24B33;
}
</style>
background-color css
<style>
a { background-color: #D24B33; }
a { background-color: rgb(210,75,51); }
div.DivClassName
{
background-color: #D24B33;
}
.BgClassName
{
background-color: #D24B33;
}
</style>
border-color css
<style>
span { border-color: #D24B33; }
span { border-color: rgb(210,75,51); }
td.TdClassName
{
border-color: #D24B33;
}
.TagClassName
{
border-color: #D24B33;
}
</style>