Shades of Trinidad #D5492A
Tints of Trinidad #D5492A
RGB
CMYK
RGB Variations
Color information
#D5492A (or 0xD5492A) is known color: Trinidad. HEX triplet: D5, 49 and 2A. RGB value is (213,73,42). Sum of RGB (Red+Green+Blue) = 213+73+42=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D5492A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5492A is #2AB6D5. Grayscale: #6F6F6F. Windows color (decimal): -2799318 or 2771413. OLE color: 2771413.
HSL color Cylindrical-coordinate representation of color #D5492A: hue angle of 10.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5492A is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 42 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.16 |
| HSL | 10.88º | 0.67% | 0.5% | - |
| HSV(B) | 10.88º | 0.8% | 0.84% | - |
| XYZ | 30.24 | 19.08 | 4.28 | - |
| YUV | 111.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 42 | 0 | 0.66 | 0.80 | 0.16 | 10.88 | 0.67 | 0.5 |
| Hex | D5 | 49 | 2A | 0 | 42 | 50 | 10 | B | 43 | 32 |
| Octal | 325 | 111 | 52 | 0 | 102 | 120 | 20 | 13 | 103 | 62 |
| Binary | 11010101 | 1001001 | 101010 | 0 | 1000010 | 1010000 | 10000 | 1011 | 1000011 | 110010 |
Color Harmonies of #D5492A
Complementary color
Monochromatic Colors of #D5492A
Black with #D5492A
Text Example
Text Example
White with #D5492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5492A; }
p { color: rgb(213,73,42); }
H1.HeaderClassName
{
color: #D5492A;
}
.AnyTagClassName
{
color: #D5492A;
}
</style>
background-color css
<style>
a { background-color: #D5492A; }
a { background-color: rgb(213,73,42); }
div.DivClassName
{
background-color: #D5492A;
}
.BgClassName
{
background-color: #D5492A;
}
</style>
border-color css
<style>
span { border-color: #D5492A; }
span { border-color: rgb(213,73,42); }
td.TdClassName
{
border-color: #D5492A;
}
.TagClassName
{
border-color: #D5492A;
}
</style>