Shades of Trinidad #D14425
Tints of Trinidad #D14425
RGB
CMYK
RGB Variations
Color information
#D14425 (or 0xD14425) is known color: Trinidad. HEX triplet: D1, 44 and 25. RGB value is (209,68,37). Sum of RGB (Red+Green+Blue) = 209+68+37=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D14425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14425 is #2EBBDA. Grayscale: #6A6A6A. Windows color (decimal): -3062747 or 2442449. OLE color: 2442449.
HSL color Cylindrical-coordinate representation of color #D14425: hue angle of 10.81º 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 #D14425 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 37 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.18 |
| HSL | 10.81º | 0.7% | 0.48% | - |
| HSV(B) | 10.81º | 0.82% | 0.82% | - |
| XYZ | 28.7 | 17.82 | 3.68 | - |
| YUV | 106.63 | 88.71 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 37 | 0 | 0.67 | 0.82 | 0.18 | 10.81 | 0.7 | 0.48 |
| Hex | D1 | 44 | 25 | 0 | 43 | 52 | 12 | B | 46 | 30 |
| Octal | 321 | 104 | 45 | 0 | 103 | 122 | 22 | 13 | 106 | 60 |
| Binary | 11010001 | 1000100 | 100101 | 0 | 1000011 | 1010010 | 10010 | 1011 | 1000110 | 110000 |
Color Harmonies of #D14425
Complementary color
Monochromatic Colors of #D14425
Black with #D14425
Text Example
Text Example
White with #D14425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14425; }
p { color: rgb(209,68,37); }
H1.HeaderClassName
{
color: #D14425;
}
.AnyTagClassName
{
color: #D14425;
}
</style>
background-color css
<style>
a { background-color: #D14425; }
a { background-color: rgb(209,68,37); }
div.DivClassName
{
background-color: #D14425;
}
.BgClassName
{
background-color: #D14425;
}
</style>
border-color css
<style>
span { border-color: #D14425; }
span { border-color: rgb(209,68,37); }
td.TdClassName
{
border-color: #D14425;
}
.TagClassName
{
border-color: #D14425;
}
</style>