Shades of Trinidad #D34724
Tints of Trinidad #D34724
RGB
CMYK
RGB Variations
Color information
#D34724 (or 0xD34724) is known color: Trinidad. HEX triplet: D3, 47 and 24. RGB value is (211,71,36). Sum of RGB (Red+Green+Blue) = 211+71+36=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D34724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34724 is #2CB8DB. Grayscale: #6D6D6D. Windows color (decimal): -2930908 or 2377683. OLE color: 2377683.
HSL color Cylindrical-coordinate representation of color #D34724: hue angle of 12º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D34724 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 36 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.17 |
| HSL | 12º | 0.71% | 0.48% | - |
| HSV(B) | 12º | 0.83% | 0.83% | - |
| XYZ | 29.44 | 18.48 | 3.69 | - |
| YUV | 108.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 36 | 0 | 0.66 | 0.83 | 0.17 | 12 | 0.71 | 0.48 |
| Hex | D3 | 47 | 24 | 0 | 42 | 53 | 11 | C | 47 | 30 |
| Octal | 323 | 107 | 44 | 0 | 102 | 123 | 21 | 14 | 107 | 60 |
| Binary | 11010011 | 1000111 | 100100 | 0 | 1000010 | 1010011 | 10001 | 1100 | 1000111 | 110000 |
Color Harmonies of #D34724
Complementary color
Monochromatic Colors of #D34724
Black with #D34724
Text Example
Text Example
White with #D34724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34724; }
p { color: rgb(211,71,36); }
H1.HeaderClassName
{
color: #D34724;
}
.AnyTagClassName
{
color: #D34724;
}
</style>
background-color css
<style>
a { background-color: #D34724; }
a { background-color: rgb(211,71,36); }
div.DivClassName
{
background-color: #D34724;
}
.BgClassName
{
background-color: #D34724;
}
</style>
border-color css
<style>
span { border-color: #D34724; }
span { border-color: rgb(211,71,36); }
td.TdClassName
{
border-color: #D34724;
}
.TagClassName
{
border-color: #D34724;
}
</style>