Shades of Trinidad #D84B1D
Tints of Trinidad #D84B1D
RGB
CMYK
RGB Variations
Color information
#D84B1D (or 0xD84B1D) is known color: Trinidad. HEX triplet: D8, 4B and 1D. RGB value is (216,75,29). Sum of RGB (Red+Green+Blue) = 216+75+29=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B1D is #27B4E2. Grayscale: #707070. Windows color (decimal): -2602211 or 1919960. OLE color: 1919960.
HSL color Cylindrical-coordinate representation of color #D84B1D: hue angle of 14.76º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D84B1D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.15 |
| HSL | 14.76º | 0.76% | 0.48% | - |
| HSV(B) | 14.76º | 0.87% | 0.85% | - |
| XYZ | 31.06 | 19.72 | 3.33 | - |
| YUV | 111.92 | 81.21 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 29 | 0 | 0.65 | 0.87 | 0.15 | 14.76 | 0.76 | 0.48 |
| Hex | D8 | 4B | 1D | 0 | 41 | 57 | F | F | 4C | 30 |
| Octal | 330 | 113 | 35 | 0 | 101 | 127 | 17 | 17 | 114 | 60 |
| Binary | 11011000 | 1001011 | 11101 | 0 | 1000001 | 1010111 | 1111 | 1111 | 1001100 | 110000 |
Color Harmonies of #D84B1D
Complementary color
Monochromatic Colors of #D84B1D
Black with #D84B1D
Text Example
Text Example
White with #D84B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B1D; }
p { color: rgb(216,75,29); }
H1.HeaderClassName
{
color: #D84B1D;
}
.AnyTagClassName
{
color: #D84B1D;
}
</style>
background-color css
<style>
a { background-color: #D84B1D; }
a { background-color: rgb(216,75,29); }
div.DivClassName
{
background-color: #D84B1D;
}
.BgClassName
{
background-color: #D84B1D;
}
</style>
border-color css
<style>
span { border-color: #D84B1D; }
span { border-color: rgb(216,75,29); }
td.TdClassName
{
border-color: #D84B1D;
}
.TagClassName
{
border-color: #D84B1D;
}
</style>