Html Css Color HEX #CC3610 Harley Davidson Orange
📋 copy color: '#CC3610'red 204 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #CC3610
Tints of Harley Davidson Orange #CC3610
RGB
CMYK
RGB Variations
Color information
#CC3610 (or 0xCC3610) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 10. RGB value is (204,54,16). Sum of RGB (Red+Green+Blue) = 204+54+16=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3610 is #33C9EF. Grayscale: #5E5E5E. Windows color (decimal): -3394032 or 1062604. OLE color: 1062604.
HSL color Cylindrical-coordinate representation of color #CC3610: hue angle of 12.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3610 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.2 |
| HSL | 12.13º | 0.85% | 0.43% | - |
| HSV(B) | 12.13º | 0.92% | 0.8% | - |
| XYZ | 26.31 | 15.51 | 2.1 | - |
| YUV | 94.52 | 83.7 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 16 | 0 | 0.74 | 0.92 | 0.2 | 12.13 | 0.85 | 0.43 |
| Hex | CC | 36 | 10 | 0 | 4A | 5C | 14 | C | 55 | 2B |
| Octal | 314 | 66 | 20 | 0 | 112 | 134 | 24 | 14 | 125 | 53 |
| Binary | 11001100 | 110110 | 10000 | 0 | 1001010 | 1011100 | 10100 | 1100 | 1010101 | 101011 |
Color Harmonies of #CC3610
Complementary color
Monochromatic Colors of #CC3610
Black with #CC3610
Text Example
Text Example
White with #CC3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3610; }
p { color: rgb(204,54,16); }
H1.HeaderClassName
{
color: #CC3610;
}
.AnyTagClassName
{
color: #CC3610;
}
</style>
background-color css
<style>
a { background-color: #CC3610; }
a { background-color: rgb(204,54,16); }
div.DivClassName
{
background-color: #CC3610;
}
.BgClassName
{
background-color: #CC3610;
}
</style>
border-color css
<style>
span { border-color: #CC3610; }
span { border-color: rgb(204,54,16); }
td.TdClassName
{
border-color: #CC3610;
}
.TagClassName
{
border-color: #CC3610;
}
</style>