Shades of Trinidad #D25020
Tints of Trinidad #D25020
RGB
CMYK
RGB Variations
Color information
#D25020 (or 0xD25020) is known color: Trinidad. HEX triplet: D2, 50 and 20. RGB value is (210,80,32). Sum of RGB (Red+Green+Blue) = 210+80+32=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D25020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25020 is #2DAFDF. Grayscale: #717171. Windows color (decimal): -2994144 or 2117842. OLE color: 2117842.
HSL color Cylindrical-coordinate representation of color #D25020: hue angle of 16.18º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D25020 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.18 |
| HSL | 16.18º | 0.74% | 0.47% | - |
| HSV(B) | 16.18º | 0.85% | 0.82% | - |
| XYZ | 29.71 | 19.54 | 3.57 | - |
| YUV | 113.4 | 82.07 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 32 | 0 | 0.62 | 0.85 | 0.18 | 16.18 | 0.74 | 0.47 |
| Hex | D2 | 50 | 20 | 0 | 3E | 55 | 12 | 10 | 4A | 2F |
| Octal | 322 | 120 | 40 | 0 | 76 | 125 | 22 | 20 | 112 | 57 |
| Binary | 11010010 | 1010000 | 100000 | 0 | 111110 | 1010101 | 10010 | 10000 | 1001010 | 101111 |
Color Harmonies of #D25020
Complementary color
Monochromatic Colors of #D25020
Black with #D25020
Text Example
Text Example
White with #D25020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25020; }
p { color: rgb(210,80,32); }
H1.HeaderClassName
{
color: #D25020;
}
.AnyTagClassName
{
color: #D25020;
}
</style>
background-color css
<style>
a { background-color: #D25020; }
a { background-color: rgb(210,80,32); }
div.DivClassName
{
background-color: #D25020;
}
.BgClassName
{
background-color: #D25020;
}
</style>
border-color css
<style>
span { border-color: #D25020; }
span { border-color: rgb(210,80,32); }
td.TdClassName
{
border-color: #D25020;
}
.TagClassName
{
border-color: #D25020;
}
</style>