Html Css Color HEX #CC1C07 Harley Davidson Orange
📋 copy color: '#CC1C07'red 204 ◦ green 28 ◦ blue 7
Shades of Harley Davidson Orange #CC1C07
Tints of Harley Davidson Orange #CC1C07
RGB
CMYK
RGB Variations
Color information
#CC1C07 (or 0xCC1C07) is known color: Harley Davidson Orange. HEX triplet: CC, 1C and 07. RGB value is (204,28,7). Sum of RGB (Red+Green+Blue) = 204+28+7=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1C07 is #33E3F8. Grayscale: #4E4E4E. Windows color (decimal): -3400697 or 466124. OLE color: 466124.
HSL color Cylindrical-coordinate representation of color #CC1C07: hue angle of 6.4º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC1C07 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.2 |
| HSL | 6.4º | 0.93% | 0.41% | - |
| HSV(B) | 6.4º | 0.97% | 0.8% | - |
| XYZ | 25.36 | 13.68 | 1.51 | - |
| YUV | 78.23 | 87.81 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 7 | 0 | 0.86 | 0.97 | 0.2 | 6.4 | 0.93 | 0.41 |
| Hex | CC | 1C | 7 | 0 | 56 | 61 | 14 | 6 | 5D | 29 |
| Octal | 314 | 34 | 7 | 0 | 126 | 141 | 24 | 6 | 135 | 51 |
| Binary | 11001100 | 11100 | 111 | 0 | 1010110 | 1100001 | 10100 | 110 | 1011101 | 101001 |
Color Harmonies of #CC1C07
Complementary color
Monochromatic Colors of #CC1C07
Black with #CC1C07
Text Example
Text Example
White with #CC1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C07; }
p { color: rgb(204,28,7); }
H1.HeaderClassName
{
color: #CC1C07;
}
.AnyTagClassName
{
color: #CC1C07;
}
</style>
background-color css
<style>
a { background-color: #CC1C07; }
a { background-color: rgb(204,28,7); }
div.DivClassName
{
background-color: #CC1C07;
}
.BgClassName
{
background-color: #CC1C07;
}
</style>
border-color css
<style>
span { border-color: #CC1C07; }
span { border-color: rgb(204,28,7); }
td.TdClassName
{
border-color: #CC1C07;
}
.TagClassName
{
border-color: #CC1C07;
}
</style>