Html Css Color HEX #CC340A Harley Davidson Orange
📋 copy color: '#CC340A'red 204 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #CC340A
Tints of Harley Davidson Orange #CC340A
RGB
CMYK
RGB Variations
Color information
#CC340A (or 0xCC340A) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 0A. RGB value is (204,52,10). Sum of RGB (Red+Green+Blue) = 204+52+10=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC340A is #33CBF5. Grayscale: #5C5C5C. Windows color (decimal): -3394550 or 668876. OLE color: 668876.
HSL color Cylindrical-coordinate representation of color #CC340A: hue angle of 12.99º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC340A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.2 |
| HSL | 12.99º | 0.91% | 0.42% | - |
| HSV(B) | 12.99º | 0.95% | 0.8% | - |
| XYZ | 26.18 | 15.32 | 1.86 | - |
| YUV | 92.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 10 | 0 | 0.75 | 0.95 | 0.2 | 12.99 | 0.91 | 0.42 |
| Hex | CC | 34 | A | 0 | 4B | 5F | 14 | D | 5B | 2A |
| Octal | 314 | 64 | 12 | 0 | 113 | 137 | 24 | 15 | 133 | 52 |
| Binary | 11001100 | 110100 | 1010 | 0 | 1001011 | 1011111 | 10100 | 1101 | 1011011 | 101010 |
Color Harmonies of #CC340A
Complementary color
Monochromatic Colors of #CC340A
Black with #CC340A
Text Example
Text Example
White with #CC340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC340A; }
p { color: rgb(204,52,10); }
H1.HeaderClassName
{
color: #CC340A;
}
.AnyTagClassName
{
color: #CC340A;
}
</style>
background-color css
<style>
a { background-color: #CC340A; }
a { background-color: rgb(204,52,10); }
div.DivClassName
{
background-color: #CC340A;
}
.BgClassName
{
background-color: #CC340A;
}
</style>
border-color css
<style>
span { border-color: #CC340A; }
span { border-color: rgb(204,52,10); }
td.TdClassName
{
border-color: #CC340A;
}
.TagClassName
{
border-color: #CC340A;
}
</style>