Html Css Color HEX #CC3D0E Harley Davidson Orange
📋 copy color: '#CC3D0E'red 204 ◦ green 61 ◦ blue 14
Shades of Harley Davidson Orange #CC3D0E
Tints of Harley Davidson Orange #CC3D0E
RGB
CMYK
RGB Variations
Color information
#CC3D0E (or 0xCC3D0E) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 0E. RGB value is (204,61,14). Sum of RGB (Red+Green+Blue) = 204+61+14=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3D0E is #33C2F1. Grayscale: #626262. Windows color (decimal): -3392242 or 933324. OLE color: 933324.
HSL color Cylindrical-coordinate representation of color #CC3D0E: hue angle of 14.84º degrees, saturation: 0.87, 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 #CC3D0E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 61 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.2 |
| HSL | 14.84º | 0.87% | 0.43% | - |
| HSV(B) | 14.84º | 0.93% | 0.8% | - |
| XYZ | 26.65 | 16.21 | 2.14 | - |
| YUV | 98.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 14 | 0 | 0.70 | 0.93 | 0.2 | 14.84 | 0.87 | 0.43 |
| Hex | CC | 3D | E | 0 | 46 | 5D | 14 | F | 57 | 2B |
| Octal | 314 | 75 | 16 | 0 | 106 | 135 | 24 | 17 | 127 | 53 |
| Binary | 11001100 | 111101 | 1110 | 0 | 1000110 | 1011101 | 10100 | 1111 | 1010111 | 101011 |
Color Harmonies of #CC3D0E
Complementary color
Monochromatic Colors of #CC3D0E
Black with #CC3D0E
Text Example
Text Example
White with #CC3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3D0E; }
p { color: rgb(204,61,14); }
H1.HeaderClassName
{
color: #CC3D0E;
}
.AnyTagClassName
{
color: #CC3D0E;
}
</style>
background-color css
<style>
a { background-color: #CC3D0E; }
a { background-color: rgb(204,61,14); }
div.DivClassName
{
background-color: #CC3D0E;
}
.BgClassName
{
background-color: #CC3D0E;
}
</style>
border-color css
<style>
span { border-color: #CC3D0E; }
span { border-color: rgb(204,61,14); }
td.TdClassName
{
border-color: #CC3D0E;
}
.TagClassName
{
border-color: #CC3D0E;
}
</style>