Html Css Color HEX #CC400E Harley Davidson Orange
📋 copy color: '#CC400E'red 204 ◦ green 64 ◦ blue 14
Shades of Harley Davidson Orange #CC400E
Tints of Harley Davidson Orange #CC400E
RGB
CMYK
RGB Variations
Color information
#CC400E (or 0xCC400E) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 0E. RGB value is (204,64,14). Sum of RGB (Red+Green+Blue) = 204+64+14=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400E is #33BFF1. Grayscale: #646464. Windows color (decimal): -3391474 or 934092. OLE color: 934092.
HSL color Cylindrical-coordinate representation of color #CC400E: hue angle of 15.79º 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 #CC400E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.2 |
| HSL | 15.79º | 0.87% | 0.43% | - |
| HSV(B) | 15.79º | 0.93% | 0.8% | - |
| XYZ | 26.81 | 16.54 | 2.19 | - |
| YUV | 100.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 14 | 0 | 0.69 | 0.93 | 0.2 | 15.79 | 0.87 | 0.43 |
| Hex | CC | 40 | E | 0 | 45 | 5D | 14 | 10 | 57 | 2B |
| Octal | 314 | 100 | 16 | 0 | 105 | 135 | 24 | 20 | 127 | 53 |
| Binary | 11001100 | 1000000 | 1110 | 0 | 1000101 | 1011101 | 10100 | 10000 | 1010111 | 101011 |
Color Harmonies of #CC400E
Complementary color
Monochromatic Colors of #CC400E
Black with #CC400E
Text Example
Text Example
White with #CC400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC400E; }
p { color: rgb(204,64,14); }
H1.HeaderClassName
{
color: #CC400E;
}
.AnyTagClassName
{
color: #CC400E;
}
</style>
background-color css
<style>
a { background-color: #CC400E; }
a { background-color: rgb(204,64,14); }
div.DivClassName
{
background-color: #CC400E;
}
.BgClassName
{
background-color: #CC400E;
}
</style>
border-color css
<style>
span { border-color: #CC400E; }
span { border-color: rgb(204,64,14); }
td.TdClassName
{
border-color: #CC400E;
}
.TagClassName
{
border-color: #CC400E;
}
</style>