Html Css Color HEX #CC3714 Harley Davidson Orange
📋 copy color: '#CC3714'red 204 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #CC3714
Tints of Harley Davidson Orange #CC3714
RGB
CMYK
RGB Variations
Color information
#CC3714 (or 0xCC3714) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 14. RGB value is (204,55,20). Sum of RGB (Red+Green+Blue) = 204+55+20=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3714 is #33C8EB. Grayscale: #5F5F5F. Windows color (decimal): -3393772 or 1325004. OLE color: 1325004.
HSL color Cylindrical-coordinate representation of color #CC3714: hue angle of 11.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3714 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.2 |
| HSL | 11.41º | 0.82% | 0.44% | - |
| HSV(B) | 11.41º | 0.9% | 0.8% | - |
| XYZ | 26.39 | 15.62 | 2.29 | - |
| YUV | 95.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 20 | 0 | 0.73 | 0.90 | 0.2 | 11.41 | 0.82 | 0.44 |
| Hex | CC | 37 | 14 | 0 | 49 | 5A | 14 | B | 52 | 2C |
| Octal | 314 | 67 | 24 | 0 | 111 | 132 | 24 | 13 | 122 | 54 |
| Binary | 11001100 | 110111 | 10100 | 0 | 1001001 | 1011010 | 10100 | 1011 | 1010010 | 101100 |
Color Harmonies of #CC3714
Complementary color
Monochromatic Colors of #CC3714
Black with #CC3714
Text Example
Text Example
White with #CC3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3714; }
p { color: rgb(204,55,20); }
H1.HeaderClassName
{
color: #CC3714;
}
.AnyTagClassName
{
color: #CC3714;
}
</style>
background-color css
<style>
a { background-color: #CC3714; }
a { background-color: rgb(204,55,20); }
div.DivClassName
{
background-color: #CC3714;
}
.BgClassName
{
background-color: #CC3714;
}
</style>
border-color css
<style>
span { border-color: #CC3714; }
span { border-color: rgb(204,55,20); }
td.TdClassName
{
border-color: #CC3714;
}
.TagClassName
{
border-color: #CC3714;
}
</style>