Html Css Color HEX #CC3F0B Harley Davidson Orange
📋 copy color: '#CC3F0B'red 204 ◦ green 63 ◦ blue 11
Shades of Harley Davidson Orange #CC3F0B
Tints of Harley Davidson Orange #CC3F0B
RGB
CMYK
RGB Variations
Color information
#CC3F0B (or 0xCC3F0B) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 0B. RGB value is (204,63,11). Sum of RGB (Red+Green+Blue) = 204+63+11=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3F0B is #33C0F4. Grayscale: #636363. Windows color (decimal): -3391733 or 737228. OLE color: 737228.
HSL color Cylindrical-coordinate representation of color #CC3F0B: hue angle of 16.17º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC3F0B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.2 |
| HSL | 16.17º | 0.9% | 0.42% | - |
| HSV(B) | 16.17º | 0.95% | 0.8% | - |
| XYZ | 26.74 | 16.42 | 2.08 | - |
| YUV | 99.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 11 | 0 | 0.69 | 0.95 | 0.2 | 16.17 | 0.9 | 0.42 |
| Hex | CC | 3F | B | 0 | 45 | 5F | 14 | 10 | 5A | 2A |
| Octal | 314 | 77 | 13 | 0 | 105 | 137 | 24 | 20 | 132 | 52 |
| Binary | 11001100 | 111111 | 1011 | 0 | 1000101 | 1011111 | 10100 | 10000 | 1011010 | 101010 |
Color Harmonies of #CC3F0B
Complementary color
Monochromatic Colors of #CC3F0B
Black with #CC3F0B
Text Example
Text Example
White with #CC3F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F0B; }
p { color: rgb(204,63,11); }
H1.HeaderClassName
{
color: #CC3F0B;
}
.AnyTagClassName
{
color: #CC3F0B;
}
</style>
background-color css
<style>
a { background-color: #CC3F0B; }
a { background-color: rgb(204,63,11); }
div.DivClassName
{
background-color: #CC3F0B;
}
.BgClassName
{
background-color: #CC3F0B;
}
</style>
border-color css
<style>
span { border-color: #CC3F0B; }
span { border-color: rgb(204,63,11); }
td.TdClassName
{
border-color: #CC3F0B;
}
.TagClassName
{
border-color: #CC3F0B;
}
</style>