Shades of Trinidad #D64A28
Tints of Trinidad #D64A28
RGB
CMYK
RGB Variations
Color information
#D64A28 (or 0xD64A28) is known color: Trinidad. HEX triplet: D6, 4A and 28. RGB value is (214,74,40). Sum of RGB (Red+Green+Blue) = 214+74+40=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A28 is #29B5D7. Grayscale: #707070. Windows color (decimal): -2733528 or 2640598. OLE color: 2640598.
HSL color Cylindrical-coordinate representation of color #D64A28: hue angle of 11.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D64A28 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 40 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.16 |
| HSL | 11.72º | 0.69% | 0.5% | - |
| HSV(B) | 11.72º | 0.81% | 0.84% | - |
| XYZ | 30.56 | 19.35 | 4.13 | - |
| YUV | 111.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 40 | 0 | 0.65 | 0.81 | 0.16 | 11.72 | 0.69 | 0.5 |
| Hex | D6 | 4A | 28 | 0 | 41 | 51 | 10 | C | 45 | 32 |
| Octal | 326 | 112 | 50 | 0 | 101 | 121 | 20 | 14 | 105 | 62 |
| Binary | 11010110 | 1001010 | 101000 | 0 | 1000001 | 1010001 | 10000 | 1100 | 1000101 | 110010 |
Color Harmonies of #D64A28
Complementary color
Monochromatic Colors of #D64A28
Black with #D64A28
Text Example
Text Example
White with #D64A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A28; }
p { color: rgb(214,74,40); }
H1.HeaderClassName
{
color: #D64A28;
}
.AnyTagClassName
{
color: #D64A28;
}
</style>
background-color css
<style>
a { background-color: #D64A28; }
a { background-color: rgb(214,74,40); }
div.DivClassName
{
background-color: #D64A28;
}
.BgClassName
{
background-color: #D64A28;
}
</style>
border-color css
<style>
span { border-color: #D64A28; }
span { border-color: rgb(214,74,40); }
td.TdClassName
{
border-color: #D64A28;
}
.TagClassName
{
border-color: #D64A28;
}
</style>