Html Css Color HEX #CC341D Harley Davidson Orange
📋 copy color: '#CC341D'red 204 ◦ green 52 ◦ blue 29
Shades of Harley Davidson Orange #CC341D
Tints of Harley Davidson Orange #CC341D
RGB
CMYK
RGB Variations
Color information
#CC341D (or 0xCC341D) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 1D. RGB value is (204,52,29). Sum of RGB (Red+Green+Blue) = 204+52+29=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC341D is #33CBE2. Grayscale: #5F5F5F. Windows color (decimal): -3394531 or 1914060. OLE color: 1914060.
HSL color Cylindrical-coordinate representation of color #CC341D: hue angle of 7.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC341D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.2 |
| HSL | 7.89º | 0.75% | 0.46% | - |
| HSV(B) | 7.89º | 0.86% | 0.8% | - |
| XYZ | 26.35 | 15.38 | 2.74 | - |
| YUV | 94.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 29 | 0 | 0.75 | 0.86 | 0.2 | 7.89 | 0.75 | 0.46 |
| Hex | CC | 34 | 1D | 0 | 4B | 56 | 14 | 8 | 4B | 2E |
| Octal | 314 | 64 | 35 | 0 | 113 | 126 | 24 | 10 | 113 | 56 |
| Binary | 11001100 | 110100 | 11101 | 0 | 1001011 | 1010110 | 10100 | 1000 | 1001011 | 101110 |
Color Harmonies of #CC341D
Complementary color
Monochromatic Colors of #CC341D
Black with #CC341D
Text Example
Text Example
White with #CC341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC341D; }
p { color: rgb(204,52,29); }
H1.HeaderClassName
{
color: #CC341D;
}
.AnyTagClassName
{
color: #CC341D;
}
</style>
background-color css
<style>
a { background-color: #CC341D; }
a { background-color: rgb(204,52,29); }
div.DivClassName
{
background-color: #CC341D;
}
.BgClassName
{
background-color: #CC341D;
}
</style>
border-color css
<style>
span { border-color: #CC341D; }
span { border-color: rgb(204,52,29); }
td.TdClassName
{
border-color: #CC341D;
}
.TagClassName
{
border-color: #CC341D;
}
</style>