Html Css Color HEX #CC390C Harley Davidson Orange
📋 copy color: '#CC390C'red 204 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #CC390C
Tints of Harley Davidson Orange #CC390C
RGB
CMYK
RGB Variations
Color information
#CC390C (or 0xCC390C) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 0C. RGB value is (204,57,12). Sum of RGB (Red+Green+Blue) = 204+57+12=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC390C is #33C6F3. Grayscale: #606060. Windows color (decimal): -3393268 or 801228. OLE color: 801228.
HSL color Cylindrical-coordinate representation of color #CC390C: hue angle of 14.06º 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 #CC390C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.2 |
| HSL | 14.06º | 0.89% | 0.42% | - |
| HSV(B) | 14.06º | 0.94% | 0.8% | - |
| XYZ | 26.43 | 15.79 | 2 | - |
| YUV | 95.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 12 | 0 | 0.72 | 0.94 | 0.2 | 14.06 | 0.89 | 0.42 |
| Hex | CC | 39 | C | 0 | 48 | 5E | 14 | E | 59 | 2A |
| Octal | 314 | 71 | 14 | 0 | 110 | 136 | 24 | 16 | 131 | 52 |
| Binary | 11001100 | 111001 | 1100 | 0 | 1001000 | 1011110 | 10100 | 1110 | 1011001 | 101010 |
Color Harmonies of #CC390C
Complementary color
Monochromatic Colors of #CC390C
Black with #CC390C
Text Example
Text Example
White with #CC390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC390C; }
p { color: rgb(204,57,12); }
H1.HeaderClassName
{
color: #CC390C;
}
.AnyTagClassName
{
color: #CC390C;
}
</style>
background-color css
<style>
a { background-color: #CC390C; }
a { background-color: rgb(204,57,12); }
div.DivClassName
{
background-color: #CC390C;
}
.BgClassName
{
background-color: #CC390C;
}
</style>
border-color css
<style>
span { border-color: #CC390C; }
span { border-color: rgb(204,57,12); }
td.TdClassName
{
border-color: #CC390C;
}
.TagClassName
{
border-color: #CC390C;
}
</style>