Html Css Color HEX #CC4109 Harley Davidson Orange
📋 copy color: '#CC4109'red 204 ◦ green 65 ◦ blue 9
Shades of Harley Davidson Orange #CC4109
Tints of Harley Davidson Orange #CC4109
RGB
CMYK
RGB Variations
Color information
#CC4109 (or 0xCC4109) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 09. RGB value is (204,65,9). Sum of RGB (Red+Green+Blue) = 204+65+9=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4109 is #33BEF6. Grayscale: #646464. Windows color (decimal): -3391223 or 606668. OLE color: 606668.
HSL color Cylindrical-coordinate representation of color #CC4109: hue angle of 17.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC4109 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.2 |
| HSL | 17.23º | 0.92% | 0.42% | - |
| HSV(B) | 17.23º | 0.96% | 0.8% | - |
| XYZ | 26.84 | 16.64 | 2.06 | - |
| YUV | 100.18 | 76.55 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 9 | 0 | 0.68 | 0.96 | 0.2 | 17.23 | 0.92 | 0.42 |
| Hex | CC | 41 | 9 | 0 | 44 | 60 | 14 | 11 | 5C | 2A |
| Octal | 314 | 101 | 11 | 0 | 104 | 140 | 24 | 21 | 134 | 52 |
| Binary | 11001100 | 1000001 | 1001 | 0 | 1000100 | 1100000 | 10100 | 10001 | 1011100 | 101010 |
Color Harmonies of #CC4109
Complementary color
Monochromatic Colors of #CC4109
Black with #CC4109
Text Example
Text Example
White with #CC4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4109; }
p { color: rgb(204,65,9); }
H1.HeaderClassName
{
color: #CC4109;
}
.AnyTagClassName
{
color: #CC4109;
}
</style>
background-color css
<style>
a { background-color: #CC4109; }
a { background-color: rgb(204,65,9); }
div.DivClassName
{
background-color: #CC4109;
}
.BgClassName
{
background-color: #CC4109;
}
</style>
border-color css
<style>
span { border-color: #CC4109; }
span { border-color: rgb(204,65,9); }
td.TdClassName
{
border-color: #CC4109;
}
.TagClassName
{
border-color: #CC4109;
}
</style>