Html Css Color HEX #CC3A09 Harley Davidson Orange
📋 copy color: '#CC3A09'red 204 ◦ green 58 ◦ blue 9
Shades of Harley Davidson Orange #CC3A09
Tints of Harley Davidson Orange #CC3A09
RGB
CMYK
RGB Variations
Color information
#CC3A09 (or 0xCC3A09) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 09. RGB value is (204,58,9). Sum of RGB (Red+Green+Blue) = 204+58+9=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A09 is #33C5F6. Grayscale: #606060. Windows color (decimal): -3393015 or 604876. OLE color: 604876.
HSL color Cylindrical-coordinate representation of color #CC3A09: hue angle of 15.08º 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 #CC3A09 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 9 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.2 |
| HSL | 15.08º | 0.92% | 0.42% | - |
| HSV(B) | 15.08º | 0.96% | 0.8% | - |
| XYZ | 26.46 | 15.88 | 1.93 | - |
| YUV | 96.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 9 | 0 | 0.72 | 0.96 | 0.2 | 15.08 | 0.92 | 0.42 |
| Hex | CC | 3A | 9 | 0 | 48 | 60 | 14 | F | 5C | 2A |
| Octal | 314 | 72 | 11 | 0 | 110 | 140 | 24 | 17 | 134 | 52 |
| Binary | 11001100 | 111010 | 1001 | 0 | 1001000 | 1100000 | 10100 | 1111 | 1011100 | 101010 |
Color Harmonies of #CC3A09
Complementary color
Monochromatic Colors of #CC3A09
Black with #CC3A09
Text Example
Text Example
White with #CC3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A09; }
p { color: rgb(204,58,9); }
H1.HeaderClassName
{
color: #CC3A09;
}
.AnyTagClassName
{
color: #CC3A09;
}
</style>
background-color css
<style>
a { background-color: #CC3A09; }
a { background-color: rgb(204,58,9); }
div.DivClassName
{
background-color: #CC3A09;
}
.BgClassName
{
background-color: #CC3A09;
}
</style>
border-color css
<style>
span { border-color: #CC3A09; }
span { border-color: rgb(204,58,9); }
td.TdClassName
{
border-color: #CC3A09;
}
.TagClassName
{
border-color: #CC3A09;
}
</style>