Shades of Trinidad #D14B3D
Tints of Trinidad #D14B3D
RGB
CMYK
RGB Variations
Color information
#D14B3D (or 0xD14B3D) is known color: Trinidad. HEX triplet: D1, 4B and 3D. RGB value is (209,75,61). Sum of RGB (Red+Green+Blue) = 209+75+61=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14B3D is #2EB4C2. Grayscale: #717171. Windows color (decimal): -3060931 or 4017105. OLE color: 4017105.
HSL color Cylindrical-coordinate representation of color #D14B3D: hue angle of 5.68º degrees, saturation: 0.62, 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 #D14B3D is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 75 | 61 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.18 |
| HSL | 5.68º | 0.62% | 0.53% | - |
| HSV(B) | 5.68º | 0.71% | 0.82% | - |
| XYZ | 29.65 | 18.92 | 6.5 | - |
| YUV | 113.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 75 | 61 | 0 | 0.64 | 0.71 | 0.18 | 5.68 | 0.62 | 0.53 |
| Hex | D1 | 4B | 3D | 0 | 40 | 47 | 12 | 6 | 3E | 35 |
| Octal | 321 | 113 | 75 | 0 | 100 | 107 | 22 | 6 | 76 | 65 |
| Binary | 11010001 | 1001011 | 111101 | 0 | 1000000 | 1000111 | 10010 | 110 | 111110 | 110101 |
Color Harmonies of #D14B3D
Complementary color
Monochromatic Colors of #D14B3D
Black with #D14B3D
Text Example
Text Example
White with #D14B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14B3D; }
p { color: rgb(209,75,61); }
H1.HeaderClassName
{
color: #D14B3D;
}
.AnyTagClassName
{
color: #D14B3D;
}
</style>
background-color css
<style>
a { background-color: #D14B3D; }
a { background-color: rgb(209,75,61); }
div.DivClassName
{
background-color: #D14B3D;
}
.BgClassName
{
background-color: #D14B3D;
}
</style>
border-color css
<style>
span { border-color: #D14B3D; }
span { border-color: rgb(209,75,61); }
td.TdClassName
{
border-color: #D14B3D;
}
.TagClassName
{
border-color: #D14B3D;
}
</style>