Html Css Color HEX #CC3707 Harley Davidson Orange
📋 copy color: '#CC3707'red 204 ◦ green 55 ◦ blue 7
Shades of Harley Davidson Orange #CC3707
Tints of Harley Davidson Orange #CC3707
RGB
CMYK
RGB Variations
Color information
#CC3707 (or 0xCC3707) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 07. RGB value is (204,55,7). Sum of RGB (Red+Green+Blue) = 204+55+7=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3707 is #33C8F8. Grayscale: #5E5E5E. Windows color (decimal): -3393785 or 473036. OLE color: 473036.
HSL color Cylindrical-coordinate representation of color #CC3707: hue angle of 14.62º 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 #CC3707 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.2 |
| HSL | 14.62º | 0.93% | 0.41% | - |
| HSV(B) | 14.62º | 0.97% | 0.8% | - |
| XYZ | 26.31 | 15.59 | 1.82 | - |
| YUV | 94.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 7 | 0 | 0.73 | 0.97 | 0.2 | 14.62 | 0.93 | 0.41 |
| Hex | CC | 37 | 7 | 0 | 49 | 61 | 14 | F | 5D | 29 |
| Octal | 314 | 67 | 7 | 0 | 111 | 141 | 24 | 17 | 135 | 51 |
| Binary | 11001100 | 110111 | 111 | 0 | 1001001 | 1100001 | 10100 | 1111 | 1011101 | 101001 |
Color Harmonies of #CC3707
Complementary color
Monochromatic Colors of #CC3707
Black with #CC3707
Text Example
Text Example
White with #CC3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3707; }
p { color: rgb(204,55,7); }
H1.HeaderClassName
{
color: #CC3707;
}
.AnyTagClassName
{
color: #CC3707;
}
</style>
background-color css
<style>
a { background-color: #CC3707; }
a { background-color: rgb(204,55,7); }
div.DivClassName
{
background-color: #CC3707;
}
.BgClassName
{
background-color: #CC3707;
}
</style>
border-color css
<style>
span { border-color: #CC3707; }
span { border-color: rgb(204,55,7); }
td.TdClassName
{
border-color: #CC3707;
}
.TagClassName
{
border-color: #CC3707;
}
</style>