Html Css Color HEX #CC3F0F Harley Davidson Orange
📋 copy color: '#CC3F0F'red 204 ◦ green 63 ◦ blue 15
Shades of Harley Davidson Orange #CC3F0F
Tints of Harley Davidson Orange #CC3F0F
RGB
CMYK
RGB Variations
Color information
#CC3F0F (or 0xCC3F0F) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 0F. RGB value is (204,63,15). Sum of RGB (Red+Green+Blue) = 204+63+15=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F0F is #33C0F0. Grayscale: #646464. Windows color (decimal): -3391729 or 999372. OLE color: 999372.
HSL color Cylindrical-coordinate representation of color #CC3F0F: hue angle of 15.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC3F0F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 15 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.2 |
| HSL | 15.24º | 0.86% | 0.43% | - |
| HSV(B) | 15.24º | 0.93% | 0.8% | - |
| XYZ | 26.77 | 16.43 | 2.21 | - |
| YUV | 99.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 15 | 0 | 0.69 | 0.93 | 0.2 | 15.24 | 0.86 | 0.43 |
| Hex | CC | 3F | F | 0 | 45 | 5D | 14 | F | 56 | 2B |
| Octal | 314 | 77 | 17 | 0 | 105 | 135 | 24 | 17 | 126 | 53 |
| Binary | 11001100 | 111111 | 1111 | 0 | 1000101 | 1011101 | 10100 | 1111 | 1010110 | 101011 |
Color Harmonies of #CC3F0F
Complementary color
Monochromatic Colors of #CC3F0F
Black with #CC3F0F
Text Example
Text Example
White with #CC3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F0F; }
p { color: rgb(204,63,15); }
H1.HeaderClassName
{
color: #CC3F0F;
}
.AnyTagClassName
{
color: #CC3F0F;
}
</style>
background-color css
<style>
a { background-color: #CC3F0F; }
a { background-color: rgb(204,63,15); }
div.DivClassName
{
background-color: #CC3F0F;
}
.BgClassName
{
background-color: #CC3F0F;
}
</style>
border-color css
<style>
span { border-color: #CC3F0F; }
span { border-color: rgb(204,63,15); }
td.TdClassName
{
border-color: #CC3F0F;
}
.TagClassName
{
border-color: #CC3F0F;
}
</style>