Html Css Color HEX #CC3617 Harley Davidson Orange
📋 copy color: '#CC3617'red 204 ◦ green 54 ◦ blue 23
Shades of Harley Davidson Orange #CC3617
Tints of Harley Davidson Orange #CC3617
RGB
CMYK
RGB Variations
Color information
#CC3617 (or 0xCC3617) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 17. RGB value is (204,54,23). Sum of RGB (Red+Green+Blue) = 204+54+23=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3617 is #33C9E8. Grayscale: #5F5F5F. Windows color (decimal): -3394025 or 1521356. OLE color: 1521356.
HSL color Cylindrical-coordinate representation of color #CC3617: hue angle of 10.28º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3617 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.2 |
| HSL | 10.28º | 0.8% | 0.45% | - |
| HSV(B) | 10.28º | 0.89% | 0.8% | - |
| XYZ | 26.38 | 15.54 | 2.42 | - |
| YUV | 95.32 | 87.2 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 23 | 0 | 0.74 | 0.89 | 0.2 | 10.28 | 0.8 | 0.45 |
| Hex | CC | 36 | 17 | 0 | 4A | 59 | 14 | A | 50 | 2D |
| Octal | 314 | 66 | 27 | 0 | 112 | 131 | 24 | 12 | 120 | 55 |
| Binary | 11001100 | 110110 | 10111 | 0 | 1001010 | 1011001 | 10100 | 1010 | 1010000 | 101101 |
Color Harmonies of #CC3617
Complementary color
Monochromatic Colors of #CC3617
Black with #CC3617
Text Example
Text Example
White with #CC3617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3617; }
p { color: rgb(204,54,23); }
H1.HeaderClassName
{
color: #CC3617;
}
.AnyTagClassName
{
color: #CC3617;
}
</style>
background-color css
<style>
a { background-color: #CC3617; }
a { background-color: rgb(204,54,23); }
div.DivClassName
{
background-color: #CC3617;
}
.BgClassName
{
background-color: #CC3617;
}
</style>
border-color css
<style>
span { border-color: #CC3617; }
span { border-color: rgb(204,54,23); }
td.TdClassName
{
border-color: #CC3617;
}
.TagClassName
{
border-color: #CC3617;
}
</style>