Html Css Color HEX #CC3F09 Harley Davidson Orange
📋 copy color: '#CC3F09'red 204 ◦ green 63 ◦ blue 9
Shades of Harley Davidson Orange #CC3F09
Tints of Harley Davidson Orange #CC3F09
RGB
CMYK
RGB Variations
Color information
#CC3F09 (or 0xCC3F09) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 09. RGB value is (204,63,9). Sum of RGB (Red+Green+Blue) = 204+63+9=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F09 is #33C0F6. Grayscale: #636363. Windows color (decimal): -3391735 or 606156. OLE color: 606156.
HSL color Cylindrical-coordinate representation of color #CC3F09: hue angle of 16.62º 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 #CC3F09 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.2 |
| HSL | 16.62º | 0.92% | 0.42% | - |
| HSV(B) | 16.62º | 0.96% | 0.8% | - |
| XYZ | 26.73 | 16.41 | 2.02 | - |
| YUV | 99 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 9 | 0 | 0.69 | 0.96 | 0.2 | 16.62 | 0.92 | 0.42 |
| Hex | CC | 3F | 9 | 0 | 45 | 60 | 14 | 11 | 5C | 2A |
| Octal | 314 | 77 | 11 | 0 | 105 | 140 | 24 | 21 | 134 | 52 |
| Binary | 11001100 | 111111 | 1001 | 0 | 1000101 | 1100000 | 10100 | 10001 | 1011100 | 101010 |
Color Harmonies of #CC3F09
Complementary color
Monochromatic Colors of #CC3F09
Black with #CC3F09
Text Example
Text Example
White with #CC3F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F09; }
p { color: rgb(204,63,9); }
H1.HeaderClassName
{
color: #CC3F09;
}
.AnyTagClassName
{
color: #CC3F09;
}
</style>
background-color css
<style>
a { background-color: #CC3F09; }
a { background-color: rgb(204,63,9); }
div.DivClassName
{
background-color: #CC3F09;
}
.BgClassName
{
background-color: #CC3F09;
}
</style>
border-color css
<style>
span { border-color: #CC3F09; }
span { border-color: rgb(204,63,9); }
td.TdClassName
{
border-color: #CC3F09;
}
.TagClassName
{
border-color: #CC3F09;
}
</style>