Shades of Trinidad #D54A2A
Tints of Trinidad #D54A2A
RGB
CMYK
RGB Variations
Color information
#D54A2A (or 0xD54A2A) is known color: Trinidad. HEX triplet: D5, 4A and 2A. RGB value is (213,74,42). Sum of RGB (Red+Green+Blue) = 213+74+42=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A2A is #2AB5D5. Grayscale: #707070. Windows color (decimal): -2799062 or 2771669. OLE color: 2771669.
HSL color Cylindrical-coordinate representation of color #D54A2A: hue angle of 11.23º 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 #D54A2A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 42 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.16 |
| HSL | 11.23º | 0.67% | 0.5% | - |
| HSV(B) | 11.23º | 0.8% | 0.84% | - |
| XYZ | 30.31 | 19.21 | 4.3 | - |
| YUV | 111.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 42 | 0 | 0.65 | 0.80 | 0.16 | 11.23 | 0.67 | 0.5 |
| Hex | D5 | 4A | 2A | 0 | 41 | 50 | 10 | B | 43 | 32 |
| Octal | 325 | 112 | 52 | 0 | 101 | 120 | 20 | 13 | 103 | 62 |
| Binary | 11010101 | 1001010 | 101010 | 0 | 1000001 | 1010000 | 10000 | 1011 | 1000011 | 110010 |
Color Harmonies of #D54A2A
Complementary color
Monochromatic Colors of #D54A2A
Black with #D54A2A
Text Example
Text Example
White with #D54A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A2A; }
p { color: rgb(213,74,42); }
H1.HeaderClassName
{
color: #D54A2A;
}
.AnyTagClassName
{
color: #D54A2A;
}
</style>
background-color css
<style>
a { background-color: #D54A2A; }
a { background-color: rgb(213,74,42); }
div.DivClassName
{
background-color: #D54A2A;
}
.BgClassName
{
background-color: #D54A2A;
}
</style>
border-color css
<style>
span { border-color: #D54A2A; }
span { border-color: rgb(213,74,42); }
td.TdClassName
{
border-color: #D54A2A;
}
.TagClassName
{
border-color: #D54A2A;
}
</style>