Html Css Color HEX #CC4410 Harley Davidson Orange
📋 copy color: '#CC4410'red 204 ◦ green 68 ◦ blue 16
Shades of Harley Davidson Orange #CC4410
Tints of Harley Davidson Orange #CC4410
RGB
CMYK
RGB Variations
Color information
#CC4410 (or 0xCC4410) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 10. RGB value is (204,68,16). Sum of RGB (Red+Green+Blue) = 204+68+16=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4410 is #33BBEF. Grayscale: #676767. Windows color (decimal): -3390448 or 1066188. OLE color: 1066188.
HSL color Cylindrical-coordinate representation of color #CC4410: hue angle of 16.6º 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 #CC4410 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.2 |
| HSL | 16.6º | 0.85% | 0.43% | - |
| HSV(B) | 16.6º | 0.92% | 0.8% | - |
| XYZ | 27.06 | 17.01 | 2.35 | - |
| YUV | 102.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 16 | 0 | 0.67 | 0.92 | 0.2 | 16.6 | 0.85 | 0.43 |
| Hex | CC | 44 | 10 | 0 | 43 | 5C | 14 | 11 | 55 | 2B |
| Octal | 314 | 104 | 20 | 0 | 103 | 134 | 24 | 21 | 125 | 53 |
| Binary | 11001100 | 1000100 | 10000 | 0 | 1000011 | 1011100 | 10100 | 10001 | 1010101 | 101011 |
Color Harmonies of #CC4410
Complementary color
Monochromatic Colors of #CC4410
Black with #CC4410
Text Example
Text Example
White with #CC4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4410; }
p { color: rgb(204,68,16); }
H1.HeaderClassName
{
color: #CC4410;
}
.AnyTagClassName
{
color: #CC4410;
}
</style>
background-color css
<style>
a { background-color: #CC4410; }
a { background-color: rgb(204,68,16); }
div.DivClassName
{
background-color: #CC4410;
}
.BgClassName
{
background-color: #CC4410;
}
</style>
border-color css
<style>
span { border-color: #CC4410; }
span { border-color: rgb(204,68,16); }
td.TdClassName
{
border-color: #CC4410;
}
.TagClassName
{
border-color: #CC4410;
}
</style>