Shades of Trinidad #CC501C
Tints of Trinidad #CC501C
RGB
CMYK
RGB Variations
Color information
#CC501C (or 0xCC501C) is known color: Trinidad. HEX triplet: CC, 50 and 1C. RGB value is (204,80,28). Sum of RGB (Red+Green+Blue) = 204+80+28=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC501C is #33AFE3. Grayscale: #6F6F6F. Windows color (decimal): -3387364 or 1855692. OLE color: 1855692.
HSL color Cylindrical-coordinate representation of color #CC501C: hue angle of 17.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC501C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 28 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.2 |
| HSL | 17.73º | 0.76% | 0.45% | - |
| HSV(B) | 17.73º | 0.86% | 0.8% | - |
| XYZ | 27.98 | 18.66 | 3.23 | - |
| YUV | 111.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 28 | 0 | 0.61 | 0.86 | 0.2 | 17.73 | 0.76 | 0.45 |
| Hex | CC | 50 | 1C | 0 | 3D | 56 | 14 | 12 | 4C | 2D |
| Octal | 314 | 120 | 34 | 0 | 75 | 126 | 24 | 22 | 114 | 55 |
| Binary | 11001100 | 1010000 | 11100 | 0 | 111101 | 1010110 | 10100 | 10010 | 1001100 | 101101 |
Color Harmonies of #CC501C
Complementary color
Monochromatic Colors of #CC501C
Black with #CC501C
Text Example
Text Example
White with #CC501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC501C; }
p { color: rgb(204,80,28); }
H1.HeaderClassName
{
color: #CC501C;
}
.AnyTagClassName
{
color: #CC501C;
}
</style>
background-color css
<style>
a { background-color: #CC501C; }
a { background-color: rgb(204,80,28); }
div.DivClassName
{
background-color: #CC501C;
}
.BgClassName
{
background-color: #CC501C;
}
</style>
border-color css
<style>
span { border-color: #CC501C; }
span { border-color: rgb(204,80,28); }
td.TdClassName
{
border-color: #CC501C;
}
.TagClassName
{
border-color: #CC501C;
}
</style>