Shades of Trinidad #D05024
Tints of Trinidad #D05024
RGB
CMYK
RGB Variations
Color information
#D05024 (or 0xD05024) is known color: Trinidad. HEX triplet: D0, 50 and 24. RGB value is (208,80,36). Sum of RGB (Red+Green+Blue) = 208+80+36=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D05024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05024 is #2FAFDB. Grayscale: #717171. Windows color (decimal): -3125212 or 2379984. OLE color: 2379984.
HSL color Cylindrical-coordinate representation of color #D05024: hue angle of 15.35º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D05024 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 36 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.18 |
| HSL | 15.35º | 0.7% | 0.48% | - |
| HSV(B) | 15.35º | 0.83% | 0.82% | - |
| XYZ | 29.2 | 19.27 | 3.85 | - |
| YUV | 113.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 36 | 0 | 0.62 | 0.83 | 0.18 | 15.35 | 0.7 | 0.48 |
| Hex | D0 | 50 | 24 | 0 | 3E | 53 | 12 | F | 46 | 30 |
| Octal | 320 | 120 | 44 | 0 | 76 | 123 | 22 | 17 | 106 | 60 |
| Binary | 11010000 | 1010000 | 100100 | 0 | 111110 | 1010011 | 10010 | 1111 | 1000110 | 110000 |
Color Harmonies of #D05024
Complementary color
Monochromatic Colors of #D05024
Black with #D05024
Text Example
Text Example
White with #D05024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05024; }
p { color: rgb(208,80,36); }
H1.HeaderClassName
{
color: #D05024;
}
.AnyTagClassName
{
color: #D05024;
}
</style>
background-color css
<style>
a { background-color: #D05024; }
a { background-color: rgb(208,80,36); }
div.DivClassName
{
background-color: #D05024;
}
.BgClassName
{
background-color: #D05024;
}
</style>
border-color css
<style>
span { border-color: #D05024; }
span { border-color: rgb(208,80,36); }
td.TdClassName
{
border-color: #D05024;
}
.TagClassName
{
border-color: #D05024;
}
</style>