Shades of Trinidad #D65035
Tints of Trinidad #D65035
RGB
CMYK
RGB Variations
Color information
#D65035 (or 0xD65035) is known color: Trinidad. HEX triplet: D6, 50 and 35. RGB value is (214,80,53). Sum of RGB (Red+Green+Blue) = 214+80+53=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65035 is #29AFCA. Grayscale: #757575. Windows color (decimal): -2731979 or 3494102. OLE color: 3494102.
HSL color Cylindrical-coordinate representation of color #D65035: hue angle of 10.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65035 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 53 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.16 |
| HSL | 10.06º | 0.66% | 0.52% | - |
| HSV(B) | 10.06º | 0.75% | 0.84% | - |
| XYZ | 31.24 | 20.29 | 5.64 | - |
| YUV | 116.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 53 | 0 | 0.63 | 0.75 | 0.16 | 10.06 | 0.66 | 0.52 |
| Hex | D6 | 50 | 35 | 0 | 3F | 4B | 10 | A | 42 | 34 |
| Octal | 326 | 120 | 65 | 0 | 77 | 113 | 20 | 12 | 102 | 64 |
| Binary | 11010110 | 1010000 | 110101 | 0 | 111111 | 1001011 | 10000 | 1010 | 1000010 | 110100 |
Color Harmonies of #D65035
Complementary color
Monochromatic Colors of #D65035
Black with #D65035
Text Example
Text Example
White with #D65035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65035; }
p { color: rgb(214,80,53); }
H1.HeaderClassName
{
color: #D65035;
}
.AnyTagClassName
{
color: #D65035;
}
</style>
background-color css
<style>
a { background-color: #D65035; }
a { background-color: rgb(214,80,53); }
div.DivClassName
{
background-color: #D65035;
}
.BgClassName
{
background-color: #D65035;
}
</style>
border-color css
<style>
span { border-color: #D65035; }
span { border-color: rgb(214,80,53); }
td.TdClassName
{
border-color: #D65035;
}
.TagClassName
{
border-color: #D65035;
}
</style>