Html Css Color HEX #CC3A0F Harley Davidson Orange
📋 copy color: '#CC3A0F'red 204 ◦ green 58 ◦ blue 15
Shades of Harley Davidson Orange #CC3A0F
Tints of Harley Davidson Orange #CC3A0F
RGB
CMYK
RGB Variations
Color information
#CC3A0F (or 0xCC3A0F) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 0F. RGB value is (204,58,15). Sum of RGB (Red+Green+Blue) = 204+58+15=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A0F is #33C5F0. Grayscale: #616161. Windows color (decimal): -3393009 or 998092. OLE color: 998092.
HSL color Cylindrical-coordinate representation of color #CC3A0F: hue angle of 13.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC3A0F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 15 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.2 |
| HSL | 13.65º | 0.86% | 0.43% | - |
| HSV(B) | 13.65º | 0.93% | 0.8% | - |
| XYZ | 26.5 | 15.9 | 2.12 | - |
| YUV | 96.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 15 | 0 | 0.72 | 0.93 | 0.2 | 13.65 | 0.86 | 0.43 |
| Hex | CC | 3A | F | 0 | 48 | 5D | 14 | E | 56 | 2B |
| Octal | 314 | 72 | 17 | 0 | 110 | 135 | 24 | 16 | 126 | 53 |
| Binary | 11001100 | 111010 | 1111 | 0 | 1001000 | 1011101 | 10100 | 1110 | 1010110 | 101011 |
Color Harmonies of #CC3A0F
Complementary color
Monochromatic Colors of #CC3A0F
Black with #CC3A0F
Text Example
Text Example
White with #CC3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A0F; }
p { color: rgb(204,58,15); }
H1.HeaderClassName
{
color: #CC3A0F;
}
.AnyTagClassName
{
color: #CC3A0F;
}
</style>
background-color css
<style>
a { background-color: #CC3A0F; }
a { background-color: rgb(204,58,15); }
div.DivClassName
{
background-color: #CC3A0F;
}
.BgClassName
{
background-color: #CC3A0F;
}
</style>
border-color css
<style>
span { border-color: #CC3A0F; }
span { border-color: rgb(204,58,15); }
td.TdClassName
{
border-color: #CC3A0F;
}
.TagClassName
{
border-color: #CC3A0F;
}
</style>