Shades of Trinidad #D64B2D
Tints of Trinidad #D64B2D
RGB
CMYK
RGB Variations
Color information
#D64B2D (or 0xD64B2D) is known color: Trinidad. HEX triplet: D6, 4B and 2D. RGB value is (214,75,45). Sum of RGB (Red+Green+Blue) = 214+75+45=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64B2D is #29B4D2. Grayscale: #717171. Windows color (decimal): -2733267 or 2968534. OLE color: 2968534.
HSL color Cylindrical-coordinate representation of color #D64B2D: hue angle of 10.65º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D64B2D is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 45 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.16 |
| HSL | 10.65º | 0.67% | 0.51% | - |
| HSV(B) | 10.65º | 0.79% | 0.84% | - |
| XYZ | 30.72 | 19.52 | 4.63 | - |
| YUV | 113.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 45 | 0 | 0.65 | 0.79 | 0.16 | 10.65 | 0.67 | 0.51 |
| Hex | D6 | 4B | 2D | 0 | 41 | 4F | 10 | B | 43 | 33 |
| Octal | 326 | 113 | 55 | 0 | 101 | 117 | 20 | 13 | 103 | 63 |
| Binary | 11010110 | 1001011 | 101101 | 0 | 1000001 | 1001111 | 10000 | 1011 | 1000011 | 110011 |
Color Harmonies of #D64B2D
Complementary color
Monochromatic Colors of #D64B2D
Black with #D64B2D
Text Example
Text Example
White with #D64B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B2D; }
p { color: rgb(214,75,45); }
H1.HeaderClassName
{
color: #D64B2D;
}
.AnyTagClassName
{
color: #D64B2D;
}
</style>
background-color css
<style>
a { background-color: #D64B2D; }
a { background-color: rgb(214,75,45); }
div.DivClassName
{
background-color: #D64B2D;
}
.BgClassName
{
background-color: #D64B2D;
}
</style>
border-color css
<style>
span { border-color: #D64B2D; }
span { border-color: rgb(214,75,45); }
td.TdClassName
{
border-color: #D64B2D;
}
.TagClassName
{
border-color: #D64B2D;
}
</style>