Shades of Trinidad #CD4D30
Tints of Trinidad #CD4D30
RGB
CMYK
RGB Variations
Color information
#CD4D30 (or 0xCD4D30) is known color: Trinidad. HEX triplet: CD, 4D and 30. RGB value is (205,77,48). Sum of RGB (Red+Green+Blue) = 205+77+48=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4D30 is #32B2CF. Grayscale: #707070. Windows color (decimal): -3322576 or 3165645. OLE color: 3165645.
HSL color Cylindrical-coordinate representation of color #CD4D30: hue angle of 11.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD4D30 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 48 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.20 |
| HSL | 11.08º | 0.62% | 0.5% | - |
| HSV(B) | 11.08º | 0.77% | 0.8% | - |
| XYZ | 28.36 | 18.5 | 4.87 | - |
| YUV | 111.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 48 | 0 | 0.62 | 0.77 | 0.20 | 11.08 | 0.62 | 0.5 |
| Hex | CD | 4D | 30 | 0 | 3E | 4D | 14 | B | 3E | 32 |
| Octal | 315 | 115 | 60 | 0 | 76 | 115 | 24 | 13 | 76 | 62 |
| Binary | 11001101 | 1001101 | 110000 | 0 | 111110 | 1001101 | 10100 | 1011 | 111110 | 110010 |
Color Harmonies of #CD4D30
Complementary color
Monochromatic Colors of #CD4D30
Black with #CD4D30
Text Example
Text Example
White with #CD4D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D30; }
p { color: rgb(205,77,48); }
H1.HeaderClassName
{
color: #CD4D30;
}
.AnyTagClassName
{
color: #CD4D30;
}
</style>
background-color css
<style>
a { background-color: #CD4D30; }
a { background-color: rgb(205,77,48); }
div.DivClassName
{
background-color: #CD4D30;
}
.BgClassName
{
background-color: #CD4D30;
}
</style>
border-color css
<style>
span { border-color: #CD4D30; }
span { border-color: rgb(205,77,48); }
td.TdClassName
{
border-color: #CD4D30;
}
.TagClassName
{
border-color: #CD4D30;
}
</style>