Html Css Color HEX #CC4015 Harley Davidson Orange
📋 copy color: '#CC4015'red 204 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #CC4015
Tints of Harley Davidson Orange #CC4015
RGB
CMYK
RGB Variations
Color information
#CC4015 (or 0xCC4015) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 15. RGB value is (204,64,21). Sum of RGB (Red+Green+Blue) = 204+64+21=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4015 is #33BFEA. Grayscale: #656565. Windows color (decimal): -3391467 or 1392844. OLE color: 1392844.
HSL color Cylindrical-coordinate representation of color #CC4015: hue angle of 14.1º 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 #CC4015 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.2 |
| HSL | 14.1º | 0.81% | 0.44% | - |
| HSV(B) | 14.1º | 0.9% | 0.8% | - |
| XYZ | 26.87 | 16.56 | 2.49 | - |
| YUV | 100.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 21 | 0 | 0.69 | 0.90 | 0.2 | 14.1 | 0.81 | 0.44 |
| Hex | CC | 40 | 15 | 0 | 45 | 5A | 14 | E | 51 | 2C |
| Octal | 314 | 100 | 25 | 0 | 105 | 132 | 24 | 16 | 121 | 54 |
| Binary | 11001100 | 1000000 | 10101 | 0 | 1000101 | 1011010 | 10100 | 1110 | 1010001 | 101100 |
Color Harmonies of #CC4015
Complementary color
Monochromatic Colors of #CC4015
Black with #CC4015
Text Example
Text Example
White with #CC4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4015; }
p { color: rgb(204,64,21); }
H1.HeaderClassName
{
color: #CC4015;
}
.AnyTagClassName
{
color: #CC4015;
}
</style>
background-color css
<style>
a { background-color: #CC4015; }
a { background-color: rgb(204,64,21); }
div.DivClassName
{
background-color: #CC4015;
}
.BgClassName
{
background-color: #CC4015;
}
</style>
border-color css
<style>
span { border-color: #CC4015; }
span { border-color: rgb(204,64,21); }
td.TdClassName
{
border-color: #CC4015;
}
.TagClassName
{
border-color: #CC4015;
}
</style>