Shades of Trinidad #D04C3D
Tints of Trinidad #D04C3D
RGB
CMYK
RGB Variations
Color information
#D04C3D (or 0xD04C3D) is known color: Trinidad. HEX triplet: D0, 4C and 3D. RGB value is (208,76,61). Sum of RGB (Red+Green+Blue) = 208+76+61=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04C3D is #2FB3C2. Grayscale: #717171. Windows color (decimal): -3126211 or 4017360. OLE color: 4017360.
HSL color Cylindrical-coordinate representation of color #D04C3D: hue angle of 6.12º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D04C3D is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 61 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.18 |
| HSL | 6.12º | 0.61% | 0.53% | - |
| HSV(B) | 6.12º | 0.71% | 0.82% | - |
| XYZ | 29.44 | 18.92 | 6.51 | - |
| YUV | 113.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 61 | 0 | 0.63 | 0.71 | 0.18 | 6.12 | 0.61 | 0.53 |
| Hex | D0 | 4C | 3D | 0 | 3F | 47 | 12 | 6 | 3D | 35 |
| Octal | 320 | 114 | 75 | 0 | 77 | 107 | 22 | 6 | 75 | 65 |
| Binary | 11010000 | 1001100 | 111101 | 0 | 111111 | 1000111 | 10010 | 110 | 111101 | 110101 |
Color Harmonies of #D04C3D
Complementary color
Monochromatic Colors of #D04C3D
Black with #D04C3D
Text Example
Text Example
White with #D04C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C3D; }
p { color: rgb(208,76,61); }
H1.HeaderClassName
{
color: #D04C3D;
}
.AnyTagClassName
{
color: #D04C3D;
}
</style>
background-color css
<style>
a { background-color: #D04C3D; }
a { background-color: rgb(208,76,61); }
div.DivClassName
{
background-color: #D04C3D;
}
.BgClassName
{
background-color: #D04C3D;
}
</style>
border-color css
<style>
span { border-color: #D04C3D; }
span { border-color: rgb(208,76,61); }
td.TdClassName
{
border-color: #D04C3D;
}
.TagClassName
{
border-color: #D04C3D;
}
</style>