Html Css Color HEX #CC340C Harley Davidson Orange
📋 copy color: '#CC340C'red 204 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #CC340C
Tints of Harley Davidson Orange #CC340C
RGB
CMYK
RGB Variations
Color information
#CC340C (or 0xCC340C) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 0C. RGB value is (204,52,12). Sum of RGB (Red+Green+Blue) = 204+52+12=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340C is #33CBF3. Grayscale: #5D5D5D. Windows color (decimal): -3394548 or 799948. OLE color: 799948.
HSL color Cylindrical-coordinate representation of color #CC340C: hue angle of 12.5º 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 #CC340C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.2 |
| HSL | 12.5º | 0.89% | 0.42% | - |
| HSV(B) | 12.5º | 0.94% | 0.8% | - |
| XYZ | 26.2 | 15.32 | 1.92 | - |
| YUV | 92.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 12 | 0 | 0.75 | 0.94 | 0.2 | 12.5 | 0.89 | 0.42 |
| Hex | CC | 34 | C | 0 | 4B | 5E | 14 | C | 59 | 2A |
| Octal | 314 | 64 | 14 | 0 | 113 | 136 | 24 | 14 | 131 | 52 |
| Binary | 11001100 | 110100 | 1100 | 0 | 1001011 | 1011110 | 10100 | 1100 | 1011001 | 101010 |
Color Harmonies of #CC340C
Complementary color
Monochromatic Colors of #CC340C
Black with #CC340C
Text Example
Text Example
White with #CC340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC340C; }
p { color: rgb(204,52,12); }
H1.HeaderClassName
{
color: #CC340C;
}
.AnyTagClassName
{
color: #CC340C;
}
</style>
background-color css
<style>
a { background-color: #CC340C; }
a { background-color: rgb(204,52,12); }
div.DivClassName
{
background-color: #CC340C;
}
.BgClassName
{
background-color: #CC340C;
}
</style>
border-color css
<style>
span { border-color: #CC340C; }
span { border-color: rgb(204,52,12); }
td.TdClassName
{
border-color: #CC340C;
}
.TagClassName
{
border-color: #CC340C;
}
</style>