Shades of Trinidad #D54821
Tints of Trinidad #D54821
RGB
CMYK
RGB Variations
Color information
#D54821 (or 0xD54821) is known color: Trinidad. HEX triplet: D5, 48 and 21. RGB value is (213,72,33). Sum of RGB (Red+Green+Blue) = 213+72+33=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D54821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54821 is #2AB7DE. Grayscale: #6E6E6E. Windows color (decimal): -2799583 or 2181333. OLE color: 2181333.
HSL color Cylindrical-coordinate representation of color #D54821: hue angle of 13º degrees, saturation: 0.73, 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 #D54821 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 33 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.16 |
| HSL | 13º | 0.73% | 0.48% | - |
| HSV(B) | 13º | 0.85% | 0.84% | - |
| XYZ | 30.03 | 18.89 | 3.5 | - |
| YUV | 109.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 33 | 0 | 0.66 | 0.85 | 0.16 | 13 | 0.73 | 0.48 |
| Hex | D5 | 48 | 21 | 0 | 42 | 55 | 10 | D | 49 | 30 |
| Octal | 325 | 110 | 41 | 0 | 102 | 125 | 20 | 15 | 111 | 60 |
| Binary | 11010101 | 1001000 | 100001 | 0 | 1000010 | 1010101 | 10000 | 1101 | 1001001 | 110000 |
Color Harmonies of #D54821
Complementary color
Monochromatic Colors of #D54821
Black with #D54821
Text Example
Text Example
White with #D54821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54821; }
p { color: rgb(213,72,33); }
H1.HeaderClassName
{
color: #D54821;
}
.AnyTagClassName
{
color: #D54821;
}
</style>
background-color css
<style>
a { background-color: #D54821; }
a { background-color: rgb(213,72,33); }
div.DivClassName
{
background-color: #D54821;
}
.BgClassName
{
background-color: #D54821;
}
</style>
border-color css
<style>
span { border-color: #D54821; }
span { border-color: rgb(213,72,33); }
td.TdClassName
{
border-color: #D54821;
}
.TagClassName
{
border-color: #D54821;
}
</style>