Shades of Trinidad #D25037
Tints of Trinidad #D25037
RGB
CMYK
RGB Variations
Color information
#D25037 (or 0xD25037) is known color: Trinidad. HEX triplet: D2, 50 and 37. RGB value is (210,80,55). Sum of RGB (Red+Green+Blue) = 210+80+55=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D25037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25037 is #2DAFC8. Grayscale: #747474. Windows color (decimal): -2994121 or 3625170. OLE color: 3625170.
HSL color Cylindrical-coordinate representation of color #D25037: hue angle of 9.68º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D25037 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 55 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.18 |
| HSL | 9.68º | 0.63% | 0.52% | - |
| HSV(B) | 9.68º | 0.74% | 0.82% | - |
| XYZ | 30.14 | 19.71 | 5.83 | - |
| YUV | 116.02 | 93.57 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 55 | 0 | 0.62 | 0.74 | 0.18 | 9.68 | 0.63 | 0.52 |
| Hex | D2 | 50 | 37 | 0 | 3E | 4A | 12 | A | 3F | 34 |
| Octal | 322 | 120 | 67 | 0 | 76 | 112 | 22 | 12 | 77 | 64 |
| Binary | 11010010 | 1010000 | 110111 | 0 | 111110 | 1001010 | 10010 | 1010 | 111111 | 110100 |
Color Harmonies of #D25037
Complementary color
Monochromatic Colors of #D25037
Black with #D25037
Text Example
Text Example
White with #D25037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25037; }
p { color: rgb(210,80,55); }
H1.HeaderClassName
{
color: #D25037;
}
.AnyTagClassName
{
color: #D25037;
}
</style>
background-color css
<style>
a { background-color: #D25037; }
a { background-color: rgb(210,80,55); }
div.DivClassName
{
background-color: #D25037;
}
.BgClassName
{
background-color: #D25037;
}
</style>
border-color css
<style>
span { border-color: #D25037; }
span { border-color: rgb(210,80,55); }
td.TdClassName
{
border-color: #D25037;
}
.TagClassName
{
border-color: #D25037;
}
</style>