Html Css Color HEX #CC341F Harley Davidson Orange
📋 copy color: '#CC341F'red 204 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #CC341F
Tints of Harley Davidson Orange #CC341F
RGB
CMYK
RGB Variations
Color information
#CC341F (or 0xCC341F) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 1F. RGB value is (204,52,31). Sum of RGB (Red+Green+Blue) = 204+52+31=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC341F is #33CBE0. Grayscale: #5F5F5F. Windows color (decimal): -3394529 or 2045132. OLE color: 2045132.
HSL color Cylindrical-coordinate representation of color #CC341F: hue angle of 7.28º 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 #CC341F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 31 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.2 |
| HSL | 7.28º | 0.74% | 0.46% | - |
| HSV(B) | 7.28º | 0.85% | 0.8% | - |
| XYZ | 26.38 | 15.39 | 2.88 | - |
| YUV | 95.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 31 | 0 | 0.75 | 0.85 | 0.2 | 7.28 | 0.74 | 0.46 |
| Hex | CC | 34 | 1F | 0 | 4B | 55 | 14 | 7 | 4A | 2E |
| Octal | 314 | 64 | 37 | 0 | 113 | 125 | 24 | 7 | 112 | 56 |
| Binary | 11001100 | 110100 | 11111 | 0 | 1001011 | 1010101 | 10100 | 111 | 1001010 | 101110 |
Color Harmonies of #CC341F
Complementary color
Monochromatic Colors of #CC341F
Black with #CC341F
Text Example
Text Example
White with #CC341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC341F; }
p { color: rgb(204,52,31); }
H1.HeaderClassName
{
color: #CC341F;
}
.AnyTagClassName
{
color: #CC341F;
}
</style>
background-color css
<style>
a { background-color: #CC341F; }
a { background-color: rgb(204,52,31); }
div.DivClassName
{
background-color: #CC341F;
}
.BgClassName
{
background-color: #CC341F;
}
</style>
border-color css
<style>
span { border-color: #CC341F; }
span { border-color: rgb(204,52,31); }
td.TdClassName
{
border-color: #CC341F;
}
.TagClassName
{
border-color: #CC341F;
}
</style>