Html Css Color HEX #CC3B0A Harley Davidson Orange
📋 copy color: '#CC3B0A'red 204 ◦ green 59 ◦ blue 10
Shades of Harley Davidson Orange #CC3B0A
Tints of Harley Davidson Orange #CC3B0A
RGB
CMYK
RGB Variations
Color information
#CC3B0A (or 0xCC3B0A) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 0A. RGB value is (204,59,10). Sum of RGB (Red+Green+Blue) = 204+59+10=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3B0A is #33C4F5. Grayscale: #616161. Windows color (decimal): -3392758 or 670668. OLE color: 670668.
HSL color Cylindrical-coordinate representation of color #CC3B0A: hue angle of 15.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC3B0A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 59 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.2 |
| HSL | 15.15º | 0.91% | 0.42% | - |
| HSV(B) | 15.15º | 0.95% | 0.8% | - |
| XYZ | 26.52 | 15.99 | 1.98 | - |
| YUV | 96.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 10 | 0 | 0.71 | 0.95 | 0.2 | 15.15 | 0.91 | 0.42 |
| Hex | CC | 3B | A | 0 | 47 | 5F | 14 | F | 5B | 2A |
| Octal | 314 | 73 | 12 | 0 | 107 | 137 | 24 | 17 | 133 | 52 |
| Binary | 11001100 | 111011 | 1010 | 0 | 1000111 | 1011111 | 10100 | 1111 | 1011011 | 101010 |
Color Harmonies of #CC3B0A
Complementary color
Monochromatic Colors of #CC3B0A
Black with #CC3B0A
Text Example
Text Example
White with #CC3B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3B0A; }
p { color: rgb(204,59,10); }
H1.HeaderClassName
{
color: #CC3B0A;
}
.AnyTagClassName
{
color: #CC3B0A;
}
</style>
background-color css
<style>
a { background-color: #CC3B0A; }
a { background-color: rgb(204,59,10); }
div.DivClassName
{
background-color: #CC3B0A;
}
.BgClassName
{
background-color: #CC3B0A;
}
</style>
border-color css
<style>
span { border-color: #CC3B0A; }
span { border-color: rgb(204,59,10); }
td.TdClassName
{
border-color: #CC3B0A;
}
.TagClassName
{
border-color: #CC3B0A;
}
</style>