Html Css Color HEX #CC3C0F Harley Davidson Orange
📋 copy color: '#CC3C0F'red 204 ◦ green 60 ◦ blue 15
Shades of Harley Davidson Orange #CC3C0F
Tints of Harley Davidson Orange #CC3C0F
RGB
CMYK
RGB Variations
Color information
#CC3C0F (or 0xCC3C0F) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 0F. RGB value is (204,60,15). Sum of RGB (Red+Green+Blue) = 204+60+15=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3C0F is #33C3F0. Grayscale: #626262. Windows color (decimal): -3392497 or 998604. OLE color: 998604.
HSL color Cylindrical-coordinate representation of color #CC3C0F: hue angle of 14.29º 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 #CC3C0F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 60 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.2 |
| HSL | 14.29º | 0.86% | 0.43% | - |
| HSV(B) | 14.29º | 0.93% | 0.8% | - |
| XYZ | 26.6 | 16.1 | 2.16 | - |
| YUV | 97.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 15 | 0 | 0.71 | 0.93 | 0.2 | 14.29 | 0.86 | 0.43 |
| Hex | CC | 3C | F | 0 | 47 | 5D | 14 | E | 56 | 2B |
| Octal | 314 | 74 | 17 | 0 | 107 | 135 | 24 | 16 | 126 | 53 |
| Binary | 11001100 | 111100 | 1111 | 0 | 1000111 | 1011101 | 10100 | 1110 | 1010110 | 101011 |
Color Harmonies of #CC3C0F
Complementary color
Monochromatic Colors of #CC3C0F
Black with #CC3C0F
Text Example
Text Example
White with #CC3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3C0F; }
p { color: rgb(204,60,15); }
H1.HeaderClassName
{
color: #CC3C0F;
}
.AnyTagClassName
{
color: #CC3C0F;
}
</style>
background-color css
<style>
a { background-color: #CC3C0F; }
a { background-color: rgb(204,60,15); }
div.DivClassName
{
background-color: #CC3C0F;
}
.BgClassName
{
background-color: #CC3C0F;
}
</style>
border-color css
<style>
span { border-color: #CC3C0F; }
span { border-color: rgb(204,60,15); }
td.TdClassName
{
border-color: #CC3C0F;
}
.TagClassName
{
border-color: #CC3C0F;
}
</style>