Shades of Trinidad #D25033
Tints of Trinidad #D25033
RGB
CMYK
RGB Variations
Color information
#D25033 (or 0xD25033) is known color: Trinidad. HEX triplet: D2, 50 and 33. RGB value is (210,80,51). Sum of RGB (Red+Green+Blue) = 210+80+51=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D25033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25033 is #2DAFCC. Grayscale: #737373. Windows color (decimal): -2994125 or 3363026. OLE color: 3363026.
HSL color Cylindrical-coordinate representation of color #D25033: hue angle of 10.94º 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 #D25033 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 51 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.18 |
| HSL | 10.94º | 0.64% | 0.51% | - |
| HSV(B) | 10.94º | 0.76% | 0.82% | - |
| XYZ | 30.04 | 19.68 | 5.35 | - |
| YUV | 115.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 51 | 0 | 0.62 | 0.76 | 0.18 | 10.94 | 0.64 | 0.51 |
| Hex | D2 | 50 | 33 | 0 | 3E | 4C | 12 | B | 40 | 33 |
| Octal | 322 | 120 | 63 | 0 | 76 | 114 | 22 | 13 | 100 | 63 |
| Binary | 11010010 | 1010000 | 110011 | 0 | 111110 | 1001100 | 10010 | 1011 | 1000000 | 110011 |
Color Harmonies of #D25033
Complementary color
Monochromatic Colors of #D25033
Black with #D25033
Text Example
Text Example
White with #D25033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25033; }
p { color: rgb(210,80,51); }
H1.HeaderClassName
{
color: #D25033;
}
.AnyTagClassName
{
color: #D25033;
}
</style>
background-color css
<style>
a { background-color: #D25033; }
a { background-color: rgb(210,80,51); }
div.DivClassName
{
background-color: #D25033;
}
.BgClassName
{
background-color: #D25033;
}
</style>
border-color css
<style>
span { border-color: #D25033; }
span { border-color: rgb(210,80,51); }
td.TdClassName
{
border-color: #D25033;
}
.TagClassName
{
border-color: #D25033;
}
</style>