Shades of Trinidad #D04D2A
Tints of Trinidad #D04D2A
RGB
CMYK
RGB Variations
Color information
#D04D2A (or 0xD04D2A) is known color: Trinidad. HEX triplet: D0, 4D and 2A. RGB value is (208,77,42). Sum of RGB (Red+Green+Blue) = 208+77+42=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D2A is #2FB2D5. Grayscale: #707070. Windows color (decimal): -3125974 or 2772432. OLE color: 2772432.
HSL color Cylindrical-coordinate representation of color #D04D2A: hue angle of 12.65º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D04D2A is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 42 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.18 |
| HSL | 12.65º | 0.66% | 0.49% | - |
| HSV(B) | 12.65º | 0.8% | 0.82% | - |
| XYZ | 29.08 | 18.88 | 4.3 | - |
| YUV | 112.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 42 | 0 | 0.63 | 0.80 | 0.18 | 12.65 | 0.66 | 0.49 |
| Hex | D0 | 4D | 2A | 0 | 3F | 50 | 12 | D | 42 | 31 |
| Octal | 320 | 115 | 52 | 0 | 77 | 120 | 22 | 15 | 102 | 61 |
| Binary | 11010000 | 1001101 | 101010 | 0 | 111111 | 1010000 | 10010 | 1101 | 1000010 | 110001 |
Color Harmonies of #D04D2A
Complementary color
Monochromatic Colors of #D04D2A
Black with #D04D2A
Text Example
Text Example
White with #D04D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D2A; }
p { color: rgb(208,77,42); }
H1.HeaderClassName
{
color: #D04D2A;
}
.AnyTagClassName
{
color: #D04D2A;
}
</style>
background-color css
<style>
a { background-color: #D04D2A; }
a { background-color: rgb(208,77,42); }
div.DivClassName
{
background-color: #D04D2A;
}
.BgClassName
{
background-color: #D04D2A;
}
</style>
border-color css
<style>
span { border-color: #D04D2A; }
span { border-color: rgb(208,77,42); }
td.TdClassName
{
border-color: #D04D2A;
}
.TagClassName
{
border-color: #D04D2A;
}
</style>