Html Css Color HEX #CC300C Harley Davidson Orange
📋 copy color: '#CC300C'red 204 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #CC300C
Tints of Harley Davidson Orange #CC300C
RGB
CMYK
RGB Variations
Color information
#CC300C (or 0xCC300C) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0C. RGB value is (204,48,12). Sum of RGB (Red+Green+Blue) = 204+48+12=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300C is #33CFF3. Grayscale: #5A5A5A. Windows color (decimal): -3395572 or 798924. OLE color: 798924.
HSL color Cylindrical-coordinate representation of color #CC300C: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC300C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.2 |
| HSL | 11.25º | 0.89% | 0.42% | - |
| HSV(B) | 11.25º | 0.94% | 0.8% | - |
| XYZ | 26.03 | 14.98 | 1.87 | - |
| YUV | 90.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 12 | 0 | 0.76 | 0.94 | 0.2 | 11.25 | 0.89 | 0.42 |
| Hex | CC | 30 | C | 0 | 4C | 5E | 14 | B | 59 | 2A |
| Octal | 314 | 60 | 14 | 0 | 114 | 136 | 24 | 13 | 131 | 52 |
| Binary | 11001100 | 110000 | 1100 | 0 | 1001100 | 1011110 | 10100 | 1011 | 1011001 | 101010 |
Color Harmonies of #CC300C
Complementary color
Monochromatic Colors of #CC300C
Black with #CC300C
Text Example
Text Example
White with #CC300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC300C; }
p { color: rgb(204,48,12); }
H1.HeaderClassName
{
color: #CC300C;
}
.AnyTagClassName
{
color: #CC300C;
}
</style>
background-color css
<style>
a { background-color: #CC300C; }
a { background-color: rgb(204,48,12); }
div.DivClassName
{
background-color: #CC300C;
}
.BgClassName
{
background-color: #CC300C;
}
</style>
border-color css
<style>
span { border-color: #CC300C; }
span { border-color: rgb(204,48,12); }
td.TdClassName
{
border-color: #CC300C;
}
.TagClassName
{
border-color: #CC300C;
}
</style>