Shades of Trinidad #D24427
Tints of Trinidad #D24427
RGB
CMYK
RGB Variations
Color information
#D24427 (or 0xD24427) is known color: Trinidad. HEX triplet: D2, 44 and 27. RGB value is (210,68,39). Sum of RGB (Red+Green+Blue) = 210+68+39=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D24427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24427 is #2DBBD8. Grayscale: #6B6B6B. Windows color (decimal): -2997209 or 2573522. OLE color: 2573522.
HSL color Cylindrical-coordinate representation of color #D24427: hue angle of 10.18º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D24427 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 39 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.18 |
| HSL | 10.18º | 0.69% | 0.49% | - |
| HSV(B) | 10.18º | 0.81% | 0.82% | - |
| XYZ | 29.01 | 17.98 | 3.86 | - |
| YUV | 107.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 39 | 0 | 0.68 | 0.81 | 0.18 | 10.18 | 0.69 | 0.49 |
| Hex | D2 | 44 | 27 | 0 | 44 | 51 | 12 | A | 45 | 31 |
| Octal | 322 | 104 | 47 | 0 | 104 | 121 | 22 | 12 | 105 | 61 |
| Binary | 11010010 | 1000100 | 100111 | 0 | 1000100 | 1010001 | 10010 | 1010 | 1000101 | 110001 |
Color Harmonies of #D24427
Complementary color
Monochromatic Colors of #D24427
Black with #D24427
Text Example
Text Example
White with #D24427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24427; }
p { color: rgb(210,68,39); }
H1.HeaderClassName
{
color: #D24427;
}
.AnyTagClassName
{
color: #D24427;
}
</style>
background-color css
<style>
a { background-color: #D24427; }
a { background-color: rgb(210,68,39); }
div.DivClassName
{
background-color: #D24427;
}
.BgClassName
{
background-color: #D24427;
}
</style>
border-color css
<style>
span { border-color: #D24427; }
span { border-color: rgb(210,68,39); }
td.TdClassName
{
border-color: #D24427;
}
.TagClassName
{
border-color: #D24427;
}
</style>