Html Css Color HEX #CC3E09 Harley Davidson Orange
📋 copy color: '#CC3E09'red 204 ◦ green 62 ◦ blue 9
Shades of Harley Davidson Orange #CC3E09
Tints of Harley Davidson Orange #CC3E09
RGB
CMYK
RGB Variations
Color information
#CC3E09 (or 0xCC3E09) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 09. RGB value is (204,62,9). Sum of RGB (Red+Green+Blue) = 204+62+9=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3E09 is #33C1F6. Grayscale: #626262. Windows color (decimal): -3391991 or 605900. OLE color: 605900.
HSL color Cylindrical-coordinate representation of color #CC3E09: hue angle of 16.31º 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 #CC3E09 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.2 |
| HSL | 16.31º | 0.92% | 0.42% | - |
| HSV(B) | 16.31º | 0.96% | 0.8% | - |
| XYZ | 26.67 | 16.3 | 2 | - |
| YUV | 98.42 | 77.54 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 9 | 0 | 0.70 | 0.96 | 0.2 | 16.31 | 0.92 | 0.42 |
| Hex | CC | 3E | 9 | 0 | 46 | 60 | 14 | 10 | 5C | 2A |
| Octal | 314 | 76 | 11 | 0 | 106 | 140 | 24 | 20 | 134 | 52 |
| Binary | 11001100 | 111110 | 1001 | 0 | 1000110 | 1100000 | 10100 | 10000 | 1011100 | 101010 |
Color Harmonies of #CC3E09
Complementary color
Monochromatic Colors of #CC3E09
Black with #CC3E09
Text Example
Text Example
White with #CC3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E09; }
p { color: rgb(204,62,9); }
H1.HeaderClassName
{
color: #CC3E09;
}
.AnyTagClassName
{
color: #CC3E09;
}
</style>
background-color css
<style>
a { background-color: #CC3E09; }
a { background-color: rgb(204,62,9); }
div.DivClassName
{
background-color: #CC3E09;
}
.BgClassName
{
background-color: #CC3E09;
}
</style>
border-color css
<style>
span { border-color: #CC3E09; }
span { border-color: rgb(204,62,9); }
td.TdClassName
{
border-color: #CC3E09;
}
.TagClassName
{
border-color: #CC3E09;
}
</style>