Html Css Color HEX #CC3F0A Harley Davidson Orange
📋 copy color: '#CC3F0A'red 204 ◦ green 63 ◦ blue 10
Shades of Harley Davidson Orange #CC3F0A
Tints of Harley Davidson Orange #CC3F0A
RGB
CMYK
RGB Variations
Color information
#CC3F0A (or 0xCC3F0A) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 0A. RGB value is (204,63,10). Sum of RGB (Red+Green+Blue) = 204+63+10=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F0A is #33C0F5. Grayscale: #636363. Windows color (decimal): -3391734 or 671692. OLE color: 671692.
HSL color Cylindrical-coordinate representation of color #CC3F0A: hue angle of 16.39º 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 #CC3F0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.2 |
| HSL | 16.39º | 0.91% | 0.42% | - |
| HSV(B) | 16.39º | 0.95% | 0.8% | - |
| XYZ | 26.73 | 16.41 | 2.05 | - |
| YUV | 99.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 10 | 0 | 0.69 | 0.95 | 0.2 | 16.39 | 0.91 | 0.42 |
| Hex | CC | 3F | A | 0 | 45 | 5F | 14 | 10 | 5B | 2A |
| Octal | 314 | 77 | 12 | 0 | 105 | 137 | 24 | 20 | 133 | 52 |
| Binary | 11001100 | 111111 | 1010 | 0 | 1000101 | 1011111 | 10100 | 10000 | 1011011 | 101010 |
Color Harmonies of #CC3F0A
Complementary color
Monochromatic Colors of #CC3F0A
Black with #CC3F0A
Text Example
Text Example
White with #CC3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F0A; }
p { color: rgb(204,63,10); }
H1.HeaderClassName
{
color: #CC3F0A;
}
.AnyTagClassName
{
color: #CC3F0A;
}
</style>
background-color css
<style>
a { background-color: #CC3F0A; }
a { background-color: rgb(204,63,10); }
div.DivClassName
{
background-color: #CC3F0A;
}
.BgClassName
{
background-color: #CC3F0A;
}
</style>
border-color css
<style>
span { border-color: #CC3F0A; }
span { border-color: rgb(204,63,10); }
td.TdClassName
{
border-color: #CC3F0A;
}
.TagClassName
{
border-color: #CC3F0A;
}
</style>