Html Css Color HEX #CC3F04 Harley Davidson Orange
📋 copy color: '#CC3F04'red 204 ◦ green 63 ◦ blue 4
Shades of Harley Davidson Orange #CC3F04
Tints of Harley Davidson Orange #CC3F04
RGB
CMYK
RGB Variations
Color information
#CC3F04 (or 0xCC3F04) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 04. RGB value is (204,63,4). Sum of RGB (Red+Green+Blue) = 204+63+4=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F04 is #33C0FB. Grayscale: #626262. Windows color (decimal): -3391740 or 278476. OLE color: 278476.
HSL color Cylindrical-coordinate representation of color #CC3F04: hue angle of 17.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3F04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.2 |
| HSL | 17.7º | 0.96% | 0.41% | - |
| HSV(B) | 17.7º | 0.98% | 0.8% | - |
| XYZ | 26.7 | 16.4 | 1.87 | - |
| YUV | 98.43 | 74.71 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 4 | 0 | 0.69 | 0.98 | 0.2 | 17.7 | 0.96 | 0.41 |
| Hex | CC | 3F | 4 | 0 | 45 | 62 | 14 | 12 | 60 | 29 |
| Octal | 314 | 77 | 4 | 0 | 105 | 142 | 24 | 22 | 140 | 51 |
| Binary | 11001100 | 111111 | 100 | 0 | 1000101 | 1100010 | 10100 | 10010 | 1100000 | 101001 |
Color Harmonies of #CC3F04
Complementary color
Monochromatic Colors of #CC3F04
Black with #CC3F04
Text Example
Text Example
White with #CC3F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F04; }
p { color: rgb(204,63,4); }
H1.HeaderClassName
{
color: #CC3F04;
}
.AnyTagClassName
{
color: #CC3F04;
}
</style>
background-color css
<style>
a { background-color: #CC3F04; }
a { background-color: rgb(204,63,4); }
div.DivClassName
{
background-color: #CC3F04;
}
.BgClassName
{
background-color: #CC3F04;
}
</style>
border-color css
<style>
span { border-color: #CC3F04; }
span { border-color: rgb(204,63,4); }
td.TdClassName
{
border-color: #CC3F04;
}
.TagClassName
{
border-color: #CC3F04;
}
</style>