Shades of Trinidad #CD412A
Tints of Trinidad #CD412A
RGB
CMYK
RGB Variations
Color information
#CD412A (or 0xCD412A) is known color: Trinidad. HEX triplet: CD, 41 and 2A. RGB value is (205,65,42). Sum of RGB (Red+Green+Blue) = 205+65+42=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD412A is #32BED5. Grayscale: #686868. Windows color (decimal): -3325654 or 2769357. OLE color: 2769357.
HSL color Cylindrical-coordinate representation of color #CD412A: hue angle of 8.47º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD412A is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 42 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.20 |
| HSL | 8.47º | 0.66% | 0.48% | - |
| HSV(B) | 8.47º | 0.8% | 0.8% | - |
| XYZ | 27.49 | 16.93 | 4.01 | - |
| YUV | 104.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 42 | 0 | 0.68 | 0.80 | 0.20 | 8.47 | 0.66 | 0.48 |
| Hex | CD | 41 | 2A | 0 | 44 | 50 | 14 | 8 | 42 | 30 |
| Octal | 315 | 101 | 52 | 0 | 104 | 120 | 24 | 10 | 102 | 60 |
| Binary | 11001101 | 1000001 | 101010 | 0 | 1000100 | 1010000 | 10100 | 1000 | 1000010 | 110000 |
Color Harmonies of #CD412A
Complementary color
Monochromatic Colors of #CD412A
Black with #CD412A
Text Example
Text Example
White with #CD412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD412A; }
p { color: rgb(205,65,42); }
H1.HeaderClassName
{
color: #CD412A;
}
.AnyTagClassName
{
color: #CD412A;
}
</style>
background-color css
<style>
a { background-color: #CD412A; }
a { background-color: rgb(205,65,42); }
div.DivClassName
{
background-color: #CD412A;
}
.BgClassName
{
background-color: #CD412A;
}
</style>
border-color css
<style>
span { border-color: #CD412A; }
span { border-color: rgb(205,65,42); }
td.TdClassName
{
border-color: #CD412A;
}
.TagClassName
{
border-color: #CD412A;
}
</style>