Html Css Color HEX #CC320C Harley Davidson Orange
📋 copy color: '#CC320C'red 204 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #CC320C
Tints of Harley Davidson Orange #CC320C
RGB
CMYK
RGB Variations
Color information
#CC320C (or 0xCC320C) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 0C. RGB value is (204,50,12). Sum of RGB (Red+Green+Blue) = 204+50+12=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC320C is #33CDF3. Grayscale: #5C5C5C. Windows color (decimal): -3395060 or 799436. OLE color: 799436.
HSL color Cylindrical-coordinate representation of color #CC320C: hue angle of 11.88º 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 #CC320C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.2 |
| HSL | 11.88º | 0.89% | 0.42% | - |
| HSV(B) | 11.88º | 0.94% | 0.8% | - |
| XYZ | 26.11 | 15.15 | 1.9 | - |
| YUV | 91.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 12 | 0 | 0.75 | 0.94 | 0.2 | 11.88 | 0.89 | 0.42 |
| Hex | CC | 32 | C | 0 | 4B | 5E | 14 | C | 59 | 2A |
| Octal | 314 | 62 | 14 | 0 | 113 | 136 | 24 | 14 | 131 | 52 |
| Binary | 11001100 | 110010 | 1100 | 0 | 1001011 | 1011110 | 10100 | 1100 | 1011001 | 101010 |
Color Harmonies of #CC320C
Complementary color
Monochromatic Colors of #CC320C
Black with #CC320C
Text Example
Text Example
White with #CC320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC320C; }
p { color: rgb(204,50,12); }
H1.HeaderClassName
{
color: #CC320C;
}
.AnyTagClassName
{
color: #CC320C;
}
</style>
background-color css
<style>
a { background-color: #CC320C; }
a { background-color: rgb(204,50,12); }
div.DivClassName
{
background-color: #CC320C;
}
.BgClassName
{
background-color: #CC320C;
}
</style>
border-color css
<style>
span { border-color: #CC320C; }
span { border-color: rgb(204,50,12); }
td.TdClassName
{
border-color: #CC320C;
}
.TagClassName
{
border-color: #CC320C;
}
</style>