Shades of Trinidad #D0452A
Tints of Trinidad #D0452A
RGB
CMYK
RGB Variations
Color information
#D0452A (or 0xD0452A) is known color: Trinidad. HEX triplet: D0, 45 and 2A. RGB value is (208,69,42). Sum of RGB (Red+Green+Blue) = 208+69+42=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D0452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0452A is #2FBAD5. Grayscale: #6B6B6B. Windows color (decimal): -3128022 or 2770384. OLE color: 2770384.
HSL color Cylindrical-coordinate representation of color #D0452A: hue angle of 9.76º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0452A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 42 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.18 |
| HSL | 9.76º | 0.66% | 0.49% | - |
| HSV(B) | 9.76º | 0.8% | 0.82% | - |
| XYZ | 28.56 | 17.83 | 4.13 | - |
| YUV | 107.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 42 | 0 | 0.67 | 0.80 | 0.18 | 9.76 | 0.66 | 0.49 |
| Hex | D0 | 45 | 2A | 0 | 43 | 50 | 12 | A | 42 | 31 |
| Octal | 320 | 105 | 52 | 0 | 103 | 120 | 22 | 12 | 102 | 61 |
| Binary | 11010000 | 1000101 | 101010 | 0 | 1000011 | 1010000 | 10010 | 1010 | 1000010 | 110001 |
Color Harmonies of #D0452A
Complementary color
Monochromatic Colors of #D0452A
Black with #D0452A
Text Example
Text Example
White with #D0452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0452A; }
p { color: rgb(208,69,42); }
H1.HeaderClassName
{
color: #D0452A;
}
.AnyTagClassName
{
color: #D0452A;
}
</style>
background-color css
<style>
a { background-color: #D0452A; }
a { background-color: rgb(208,69,42); }
div.DivClassName
{
background-color: #D0452A;
}
.BgClassName
{
background-color: #D0452A;
}
</style>
border-color css
<style>
span { border-color: #D0452A; }
span { border-color: rgb(208,69,42); }
td.TdClassName
{
border-color: #D0452A;
}
.TagClassName
{
border-color: #D0452A;
}
</style>