Html Css Color HEX #CC4915 Harley Davidson Orange
📋 copy color: '#CC4915'red 204 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #CC4915
Tints of Harley Davidson Orange #CC4915
RGB
CMYK
RGB Variations
Color information
#CC4915 (or 0xCC4915) is known color: Harley Davidson Orange. HEX triplet: CC, 49 and 15. RGB value is (204,73,21). Sum of RGB (Red+Green+Blue) = 204+73+21=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4915 is #33B6EA. Grayscale: #6A6A6A. Windows color (decimal): -3389163 or 1395148. OLE color: 1395148.
HSL color Cylindrical-coordinate representation of color #CC4915: hue angle of 17.05º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC4915 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.2 |
| HSL | 17.05º | 0.81% | 0.44% | - |
| HSV(B) | 17.05º | 0.9% | 0.8% | - |
| XYZ | 27.42 | 17.66 | 2.67 | - |
| YUV | 106.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 21 | 0 | 0.64 | 0.90 | 0.2 | 17.05 | 0.81 | 0.44 |
| Hex | CC | 49 | 15 | 0 | 40 | 5A | 14 | 11 | 51 | 2C |
| Octal | 314 | 111 | 25 | 0 | 100 | 132 | 24 | 21 | 121 | 54 |
| Binary | 11001100 | 1001001 | 10101 | 0 | 1000000 | 1011010 | 10100 | 10001 | 1010001 | 101100 |
Color Harmonies of #CC4915
Complementary color
Monochromatic Colors of #CC4915
Black with #CC4915
Text Example
Text Example
White with #CC4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4915; }
p { color: rgb(204,73,21); }
H1.HeaderClassName
{
color: #CC4915;
}
.AnyTagClassName
{
color: #CC4915;
}
</style>
background-color css
<style>
a { background-color: #CC4915; }
a { background-color: rgb(204,73,21); }
div.DivClassName
{
background-color: #CC4915;
}
.BgClassName
{
background-color: #CC4915;
}
</style>
border-color css
<style>
span { border-color: #CC4915; }
span { border-color: rgb(204,73,21); }
td.TdClassName
{
border-color: #CC4915;
}
.TagClassName
{
border-color: #CC4915;
}
</style>