Shades of Trinidad #D14325
Tints of Trinidad #D14325
RGB
CMYK
RGB Variations
Color information
#D14325 (or 0xD14325) is known color: Trinidad. HEX triplet: D1, 43 and 25. RGB value is (209,67,37). Sum of RGB (Red+Green+Blue) = 209+67+37=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D14325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14325 is #2EBCDA. Grayscale: #6A6A6A. Windows color (decimal): -3063003 or 2442193. OLE color: 2442193.
HSL color Cylindrical-coordinate representation of color #D14325: hue angle of 10.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D14325 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 37 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.18 |
| HSL | 10.47º | 0.7% | 0.48% | - |
| HSV(B) | 10.47º | 0.82% | 0.82% | - |
| XYZ | 28.64 | 17.7 | 3.66 | - |
| YUV | 106.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 37 | 0 | 0.68 | 0.82 | 0.18 | 10.47 | 0.7 | 0.48 |
| Hex | D1 | 43 | 25 | 0 | 44 | 52 | 12 | A | 46 | 30 |
| Octal | 321 | 103 | 45 | 0 | 104 | 122 | 22 | 12 | 106 | 60 |
| Binary | 11010001 | 1000011 | 100101 | 0 | 1000100 | 1010010 | 10010 | 1010 | 1000110 | 110000 |
Color Harmonies of #D14325
Complementary color
Monochromatic Colors of #D14325
Black with #D14325
Text Example
Text Example
White with #D14325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14325; }
p { color: rgb(209,67,37); }
H1.HeaderClassName
{
color: #D14325;
}
.AnyTagClassName
{
color: #D14325;
}
</style>
background-color css
<style>
a { background-color: #D14325; }
a { background-color: rgb(209,67,37); }
div.DivClassName
{
background-color: #D14325;
}
.BgClassName
{
background-color: #D14325;
}
</style>
border-color css
<style>
span { border-color: #D14325; }
span { border-color: rgb(209,67,37); }
td.TdClassName
{
border-color: #D14325;
}
.TagClassName
{
border-color: #D14325;
}
</style>