Html Css Color HEX #CC3008 Harley Davidson Orange
📋 copy color: '#CC3008'red 204 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #CC3008
Tints of Harley Davidson Orange #CC3008
RGB
CMYK
RGB Variations
Color information
#CC3008 (or 0xCC3008) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 08. RGB value is (204,48,8). Sum of RGB (Red+Green+Blue) = 204+48+8=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3008 is #33CFF7. Grayscale: #5A5A5A. Windows color (decimal): -3395576 or 536780. OLE color: 536780.
HSL color Cylindrical-coordinate representation of color #CC3008: hue angle of 12.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC3008 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.2 |
| HSL | 12.24º | 0.92% | 0.42% | - |
| HSV(B) | 12.24º | 0.96% | 0.8% | - |
| XYZ | 26 | 14.97 | 1.75 | - |
| YUV | 90.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 8 | 0 | 0.76 | 0.96 | 0.2 | 12.24 | 0.92 | 0.42 |
| Hex | CC | 30 | 8 | 0 | 4C | 60 | 14 | C | 5C | 2A |
| Octal | 314 | 60 | 10 | 0 | 114 | 140 | 24 | 14 | 134 | 52 |
| Binary | 11001100 | 110000 | 1000 | 0 | 1001100 | 1100000 | 10100 | 1100 | 1011100 | 101010 |
Color Harmonies of #CC3008
Complementary color
Monochromatic Colors of #CC3008
Black with #CC3008
Text Example
Text Example
White with #CC3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3008; }
p { color: rgb(204,48,8); }
H1.HeaderClassName
{
color: #CC3008;
}
.AnyTagClassName
{
color: #CC3008;
}
</style>
background-color css
<style>
a { background-color: #CC3008; }
a { background-color: rgb(204,48,8); }
div.DivClassName
{
background-color: #CC3008;
}
.BgClassName
{
background-color: #CC3008;
}
</style>
border-color css
<style>
span { border-color: #CC3008; }
span { border-color: rgb(204,48,8); }
td.TdClassName
{
border-color: #CC3008;
}
.TagClassName
{
border-color: #CC3008;
}
</style>