Html Css Color HEX #CC3509 Harley Davidson Orange
📋 copy color: '#CC3509'red 204 ◦ green 53 ◦ blue 9
Shades of Harley Davidson Orange #CC3509
Tints of Harley Davidson Orange #CC3509
RGB
CMYK
RGB Variations
Color information
#CC3509 (or 0xCC3509) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 09. RGB value is (204,53,9). Sum of RGB (Red+Green+Blue) = 204+53+9=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3509 is #33CAF6. Grayscale: #5D5D5D. Windows color (decimal): -3394295 or 603596. OLE color: 603596.
HSL color Cylindrical-coordinate representation of color #CC3509: hue angle of 13.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC3509 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 9 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.2 |
| HSL | 13.54º | 0.92% | 0.42% | - |
| HSV(B) | 13.54º | 0.96% | 0.8% | - |
| XYZ | 26.22 | 15.4 | 1.85 | - |
| YUV | 93.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 9 | 0 | 0.74 | 0.96 | 0.2 | 13.54 | 0.92 | 0.42 |
| Hex | CC | 35 | 9 | 0 | 4A | 60 | 14 | E | 5C | 2A |
| Octal | 314 | 65 | 11 | 0 | 112 | 140 | 24 | 16 | 134 | 52 |
| Binary | 11001100 | 110101 | 1001 | 0 | 1001010 | 1100000 | 10100 | 1110 | 1011100 | 101010 |
Color Harmonies of #CC3509
Complementary color
Monochromatic Colors of #CC3509
Black with #CC3509
Text Example
Text Example
White with #CC3509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3509; }
p { color: rgb(204,53,9); }
H1.HeaderClassName
{
color: #CC3509;
}
.AnyTagClassName
{
color: #CC3509;
}
</style>
background-color css
<style>
a { background-color: #CC3509; }
a { background-color: rgb(204,53,9); }
div.DivClassName
{
background-color: #CC3509;
}
.BgClassName
{
background-color: #CC3509;
}
</style>
border-color css
<style>
span { border-color: #CC3509; }
span { border-color: rgb(204,53,9); }
td.TdClassName
{
border-color: #CC3509;
}
.TagClassName
{
border-color: #CC3509;
}
</style>