Html Css Color HEX #CC340E Harley Davidson Orange
📋 copy color: '#CC340E'red 204 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #CC340E
Tints of Harley Davidson Orange #CC340E
RGB
CMYK
RGB Variations
Color information
#CC340E (or 0xCC340E) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 0E. RGB value is (204,52,14). Sum of RGB (Red+Green+Blue) = 204+52+14=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340E is #33CBF1. Grayscale: #5D5D5D. Windows color (decimal): -3394546 or 931020. OLE color: 931020.
HSL color Cylindrical-coordinate representation of color #CC340E: hue angle of 12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC340E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 14 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.2 |
| HSL | 12º | 0.87% | 0.43% | - |
| HSV(B) | 12º | 0.93% | 0.8% | - |
| XYZ | 26.21 | 15.33 | 1.99 | - |
| YUV | 93.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 14 | 0 | 0.75 | 0.93 | 0.2 | 12 | 0.87 | 0.43 |
| Hex | CC | 34 | E | 0 | 4B | 5D | 14 | C | 57 | 2B |
| Octal | 314 | 64 | 16 | 0 | 113 | 135 | 24 | 14 | 127 | 53 |
| Binary | 11001100 | 110100 | 1110 | 0 | 1001011 | 1011101 | 10100 | 1100 | 1010111 | 101011 |
Color Harmonies of #CC340E
Complementary color
Monochromatic Colors of #CC340E
Black with #CC340E
Text Example
Text Example
White with #CC340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC340E; }
p { color: rgb(204,52,14); }
H1.HeaderClassName
{
color: #CC340E;
}
.AnyTagClassName
{
color: #CC340E;
}
</style>
background-color css
<style>
a { background-color: #CC340E; }
a { background-color: rgb(204,52,14); }
div.DivClassName
{
background-color: #CC340E;
}
.BgClassName
{
background-color: #CC340E;
}
</style>
border-color css
<style>
span { border-color: #CC340E; }
span { border-color: rgb(204,52,14); }
td.TdClassName
{
border-color: #CC340E;
}
.TagClassName
{
border-color: #CC340E;
}
</style>