Shades of Trinidad #CC4430
Tints of Trinidad #CC4430
RGB
CMYK
RGB Variations
Color information
#CC4430 (or 0xCC4430) is known color: Trinidad. HEX triplet: CC, 44 and 30. RGB value is (204,68,48). Sum of RGB (Red+Green+Blue) = 204+68+48=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4430 is #33BBCF. Grayscale: #6A6A6A. Windows color (decimal): -3390416 or 3163340. OLE color: 3163340.
HSL color Cylindrical-coordinate representation of color #CC4430: hue angle of 7.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC4430 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 48 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.2 |
| HSL | 7.69º | 0.62% | 0.49% | - |
| HSV(B) | 7.69º | 0.76% | 0.8% | - |
| XYZ | 27.5 | 17.19 | 4.66 | - |
| YUV | 106.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 48 | 0 | 0.67 | 0.76 | 0.2 | 7.69 | 0.62 | 0.49 |
| Hex | CC | 44 | 30 | 0 | 43 | 4C | 14 | 8 | 3E | 31 |
| Octal | 314 | 104 | 60 | 0 | 103 | 114 | 24 | 10 | 76 | 61 |
| Binary | 11001100 | 1000100 | 110000 | 0 | 1000011 | 1001100 | 10100 | 1000 | 111110 | 110001 |
Color Harmonies of #CC4430
Complementary color
Monochromatic Colors of #CC4430
Black with #CC4430
Text Example
Text Example
White with #CC4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4430; }
p { color: rgb(204,68,48); }
H1.HeaderClassName
{
color: #CC4430;
}
.AnyTagClassName
{
color: #CC4430;
}
</style>
background-color css
<style>
a { background-color: #CC4430; }
a { background-color: rgb(204,68,48); }
div.DivClassName
{
background-color: #CC4430;
}
.BgClassName
{
background-color: #CC4430;
}
</style>
border-color css
<style>
span { border-color: #CC4430; }
span { border-color: rgb(204,68,48); }
td.TdClassName
{
border-color: #CC4430;
}
.TagClassName
{
border-color: #CC4430;
}
</style>