Shades of Trinidad #D65038
Tints of Trinidad #D65038
RGB
CMYK
RGB Variations
Color information
#D65038 (or 0xD65038) is known color: Trinidad. HEX triplet: D6, 50 and 38. RGB value is (214,80,56). Sum of RGB (Red+Green+Blue) = 214+80+56=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D65038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65038 is #29AFC7. Grayscale: #757575. Windows color (decimal): -2731976 or 3690710. OLE color: 3690710.
HSL color Cylindrical-coordinate representation of color #D65038: hue angle of 9.11º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D65038 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 56 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.16 |
| HSL | 9.11º | 0.66% | 0.53% | - |
| HSV(B) | 9.11º | 0.74% | 0.84% | - |
| XYZ | 31.31 | 20.32 | 6.01 | - |
| YUV | 117.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 56 | 0 | 0.63 | 0.74 | 0.16 | 9.11 | 0.66 | 0.53 |
| Hex | D6 | 50 | 38 | 0 | 3F | 4A | 10 | 9 | 42 | 35 |
| Octal | 326 | 120 | 70 | 0 | 77 | 112 | 20 | 11 | 102 | 65 |
| Binary | 11010110 | 1010000 | 111000 | 0 | 111111 | 1001010 | 10000 | 1001 | 1000010 | 110101 |
Color Harmonies of #D65038
Complementary color
Monochromatic Colors of #D65038
Black with #D65038
Text Example
Text Example
White with #D65038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65038; }
p { color: rgb(214,80,56); }
H1.HeaderClassName
{
color: #D65038;
}
.AnyTagClassName
{
color: #D65038;
}
</style>
background-color css
<style>
a { background-color: #D65038; }
a { background-color: rgb(214,80,56); }
div.DivClassName
{
background-color: #D65038;
}
.BgClassName
{
background-color: #D65038;
}
</style>
border-color css
<style>
span { border-color: #D65038; }
span { border-color: rgb(214,80,56); }
td.TdClassName
{
border-color: #D65038;
}
.TagClassName
{
border-color: #D65038;
}
</style>