Html Css Color HEX #CC341E Harley Davidson Orange
📋 copy color: '#CC341E'red 204 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #CC341E
Tints of Harley Davidson Orange #CC341E
RGB
CMYK
RGB Variations
Color information
#CC341E (or 0xCC341E) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 1E. RGB value is (204,52,30). Sum of RGB (Red+Green+Blue) = 204+52+30=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC341E is #33CBE1. Grayscale: #5F5F5F. Windows color (decimal): -3394530 or 1979596. OLE color: 1979596.
HSL color Cylindrical-coordinate representation of color #CC341E: hue angle of 7.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC341E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.2 |
| HSL | 7.59º | 0.74% | 0.46% | - |
| HSV(B) | 7.59º | 0.85% | 0.8% | - |
| XYZ | 26.36 | 15.39 | 2.81 | - |
| YUV | 94.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 30 | 0 | 0.75 | 0.85 | 0.2 | 7.59 | 0.74 | 0.46 |
| Hex | CC | 34 | 1E | 0 | 4B | 55 | 14 | 8 | 4A | 2E |
| Octal | 314 | 64 | 36 | 0 | 113 | 125 | 24 | 10 | 112 | 56 |
| Binary | 11001100 | 110100 | 11110 | 0 | 1001011 | 1010101 | 10100 | 1000 | 1001010 | 101110 |
Color Harmonies of #CC341E
Complementary color
Monochromatic Colors of #CC341E
Black with #CC341E
Text Example
Text Example
White with #CC341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC341E; }
p { color: rgb(204,52,30); }
H1.HeaderClassName
{
color: #CC341E;
}
.AnyTagClassName
{
color: #CC341E;
}
</style>
background-color css
<style>
a { background-color: #CC341E; }
a { background-color: rgb(204,52,30); }
div.DivClassName
{
background-color: #CC341E;
}
.BgClassName
{
background-color: #CC341E;
}
</style>
border-color css
<style>
span { border-color: #CC341E; }
span { border-color: rgb(204,52,30); }
td.TdClassName
{
border-color: #CC341E;
}
.TagClassName
{
border-color: #CC341E;
}
</style>