Shades of Trinidad #D04331
Tints of Trinidad #D04331
RGB
CMYK
RGB Variations
Color information
#D04331 (or 0xD04331) is known color: Trinidad. HEX triplet: D0, 43 and 31. RGB value is (208,67,49). Sum of RGB (Red+Green+Blue) = 208+67+49=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D04331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04331 is #2FBCCE. Grayscale: #6B6B6B. Windows color (decimal): -3128527 or 3228624. OLE color: 3228624.
HSL color Cylindrical-coordinate representation of color #D04331: hue angle of 6.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D04331 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 49 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.18 |
| HSL | 6.79º | 0.63% | 0.5% | - |
| HSV(B) | 6.79º | 0.76% | 0.82% | - |
| XYZ | 28.57 | 17.65 | 4.81 | - |
| YUV | 107.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 49 | 0 | 0.68 | 0.76 | 0.18 | 6.79 | 0.63 | 0.5 |
| Hex | D0 | 43 | 31 | 0 | 44 | 4C | 12 | 7 | 3F | 32 |
| Octal | 320 | 103 | 61 | 0 | 104 | 114 | 22 | 7 | 77 | 62 |
| Binary | 11010000 | 1000011 | 110001 | 0 | 1000100 | 1001100 | 10010 | 111 | 111111 | 110010 |
Color Harmonies of #D04331
Complementary color
Monochromatic Colors of #D04331
Black with #D04331
Text Example
Text Example
White with #D04331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04331; }
p { color: rgb(208,67,49); }
H1.HeaderClassName
{
color: #D04331;
}
.AnyTagClassName
{
color: #D04331;
}
</style>
background-color css
<style>
a { background-color: #D04331; }
a { background-color: rgb(208,67,49); }
div.DivClassName
{
background-color: #D04331;
}
.BgClassName
{
background-color: #D04331;
}
</style>
border-color css
<style>
span { border-color: #D04331; }
span { border-color: rgb(208,67,49); }
td.TdClassName
{
border-color: #D04331;
}
.TagClassName
{
border-color: #D04331;
}
</style>