Shades of Trinidad #D5491F
Tints of Trinidad #D5491F
RGB
CMYK
RGB Variations
Color information
#D5491F (or 0xD5491F) is known color: Trinidad. HEX triplet: D5, 49 and 1F. RGB value is (213,73,31). Sum of RGB (Red+Green+Blue) = 213+73+31=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D5491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5491F is #2AB6E0. Grayscale: #6E6E6E. Windows color (decimal): -2799329 or 2050517. OLE color: 2050517.
HSL color Cylindrical-coordinate representation of color #D5491F: hue angle of 13.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5491F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.16 |
| HSL | 13.85º | 0.75% | 0.48% | - |
| HSV(B) | 13.85º | 0.85% | 0.84% | - |
| XYZ | 30.07 | 19.01 | 3.38 | - |
| YUV | 110.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 31 | 0 | 0.66 | 0.85 | 0.16 | 13.85 | 0.75 | 0.48 |
| Hex | D5 | 49 | 1F | 0 | 42 | 55 | 10 | E | 4B | 30 |
| Octal | 325 | 111 | 37 | 0 | 102 | 125 | 20 | 16 | 113 | 60 |
| Binary | 11010101 | 1001001 | 11111 | 0 | 1000010 | 1010101 | 10000 | 1110 | 1001011 | 110000 |
Color Harmonies of #D5491F
Complementary color
Monochromatic Colors of #D5491F
Black with #D5491F
Text Example
Text Example
White with #D5491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5491F; }
p { color: rgb(213,73,31); }
H1.HeaderClassName
{
color: #D5491F;
}
.AnyTagClassName
{
color: #D5491F;
}
</style>
background-color css
<style>
a { background-color: #D5491F; }
a { background-color: rgb(213,73,31); }
div.DivClassName
{
background-color: #D5491F;
}
.BgClassName
{
background-color: #D5491F;
}
</style>
border-color css
<style>
span { border-color: #D5491F; }
span { border-color: rgb(213,73,31); }
td.TdClassName
{
border-color: #D5491F;
}
.TagClassName
{
border-color: #D5491F;
}
</style>