Shades of Trinidad #D25038
Tints of Trinidad #D25038
RGB
CMYK
RGB Variations
Color information
#D25038 (or 0xD25038) is known color: Trinidad. HEX triplet: D2, 50 and 38. RGB value is (210,80,56). Sum of RGB (Red+Green+Blue) = 210+80+56=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D25038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25038 is #2DAFC7. Grayscale: #747474. Windows color (decimal): -2994120 or 3690706. OLE color: 3690706.
HSL color Cylindrical-coordinate representation of color #D25038: hue angle of 9.35º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D25038 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 56 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.18 |
| HSL | 9.35º | 0.63% | 0.52% | - |
| HSV(B) | 9.35º | 0.73% | 0.82% | - |
| XYZ | 30.16 | 19.72 | 5.96 | - |
| YUV | 116.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 56 | 0 | 0.62 | 0.73 | 0.18 | 9.35 | 0.63 | 0.52 |
| Hex | D2 | 50 | 38 | 0 | 3E | 49 | 12 | 9 | 3F | 34 |
| Octal | 322 | 120 | 70 | 0 | 76 | 111 | 22 | 11 | 77 | 64 |
| Binary | 11010010 | 1010000 | 111000 | 0 | 111110 | 1001001 | 10010 | 1001 | 111111 | 110100 |
Color Harmonies of #D25038
Complementary color
Monochromatic Colors of #D25038
Black with #D25038
Text Example
Text Example
White with #D25038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25038; }
p { color: rgb(210,80,56); }
H1.HeaderClassName
{
color: #D25038;
}
.AnyTagClassName
{
color: #D25038;
}
</style>
background-color css
<style>
a { background-color: #D25038; }
a { background-color: rgb(210,80,56); }
div.DivClassName
{
background-color: #D25038;
}
.BgClassName
{
background-color: #D25038;
}
</style>
border-color css
<style>
span { border-color: #D25038; }
span { border-color: rgb(210,80,56); }
td.TdClassName
{
border-color: #D25038;
}
.TagClassName
{
border-color: #D25038;
}
</style>