Shades of Trinidad #D35236
Tints of Trinidad #D35236
RGB
CMYK
RGB Variations
Color information
#D35236 (or 0xD35236) is known color: Trinidad. HEX triplet: D3, 52 and 36. RGB value is (211,82,54). Sum of RGB (Red+Green+Blue) = 211+82+54=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D35236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35236 is #2CADC9. Grayscale: #757575. Windows color (decimal): -2928074 or 3560147. OLE color: 3560147.
HSL color Cylindrical-coordinate representation of color #D35236: hue angle of 10.7º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D35236 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 54 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.17 |
| HSL | 10.7º | 0.64% | 0.52% | - |
| HSV(B) | 10.7º | 0.74% | 0.83% | - |
| XYZ | 30.55 | 20.15 | 5.77 | - |
| YUV | 117.38 | 92.24 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 54 | 0 | 0.61 | 0.74 | 0.17 | 10.7 | 0.64 | 0.52 |
| Hex | D3 | 52 | 36 | 0 | 3D | 4A | 11 | B | 40 | 34 |
| Octal | 323 | 122 | 66 | 0 | 75 | 112 | 21 | 13 | 100 | 64 |
| Binary | 11010011 | 1010010 | 110110 | 0 | 111101 | 1001010 | 10001 | 1011 | 1000000 | 110100 |
Color Harmonies of #D35236
Complementary color
Monochromatic Colors of #D35236
Black with #D35236
Text Example
Text Example
White with #D35236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35236; }
p { color: rgb(211,82,54); }
H1.HeaderClassName
{
color: #D35236;
}
.AnyTagClassName
{
color: #D35236;
}
</style>
background-color css
<style>
a { background-color: #D35236; }
a { background-color: rgb(211,82,54); }
div.DivClassName
{
background-color: #D35236;
}
.BgClassName
{
background-color: #D35236;
}
</style>
border-color css
<style>
span { border-color: #D35236; }
span { border-color: rgb(211,82,54); }
td.TdClassName
{
border-color: #D35236;
}
.TagClassName
{
border-color: #D35236;
}
</style>