Html Css Color HEX #CC400C Harley Davidson Orange
📋 copy color: '#CC400C'red 204 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #CC400C
Tints of Harley Davidson Orange #CC400C
RGB
CMYK
RGB Variations
Color information
#CC400C (or 0xCC400C) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 0C. RGB value is (204,64,12). Sum of RGB (Red+Green+Blue) = 204+64+12=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400C is #33BFF3. Grayscale: #646464. Windows color (decimal): -3391476 or 803020. OLE color: 803020.
HSL color Cylindrical-coordinate representation of color #CC400C: hue angle of 16.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC400C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.2 |
| HSL | 16.25º | 0.89% | 0.42% | - |
| HSV(B) | 16.25º | 0.94% | 0.8% | - |
| XYZ | 26.8 | 16.53 | 2.13 | - |
| YUV | 99.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 12 | 0 | 0.69 | 0.94 | 0.2 | 16.25 | 0.89 | 0.42 |
| Hex | CC | 40 | C | 0 | 45 | 5E | 14 | 10 | 59 | 2A |
| Octal | 314 | 100 | 14 | 0 | 105 | 136 | 24 | 20 | 131 | 52 |
| Binary | 11001100 | 1000000 | 1100 | 0 | 1000101 | 1011110 | 10100 | 10000 | 1011001 | 101010 |
Color Harmonies of #CC400C
Complementary color
Monochromatic Colors of #CC400C
Black with #CC400C
Text Example
Text Example
White with #CC400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC400C; }
p { color: rgb(204,64,12); }
H1.HeaderClassName
{
color: #CC400C;
}
.AnyTagClassName
{
color: #CC400C;
}
</style>
background-color css
<style>
a { background-color: #CC400C; }
a { background-color: rgb(204,64,12); }
div.DivClassName
{
background-color: #CC400C;
}
.BgClassName
{
background-color: #CC400C;
}
</style>
border-color css
<style>
span { border-color: #CC400C; }
span { border-color: rgb(204,64,12); }
td.TdClassName
{
border-color: #CC400C;
}
.TagClassName
{
border-color: #CC400C;
}
</style>