Html Css Color HEX #CC400B Harley Davidson Orange
📋 copy color: '#CC400B'red 204 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #CC400B
Tints of Harley Davidson Orange #CC400B
RGB
CMYK
RGB Variations
Color information
#CC400B (or 0xCC400B) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 0B. RGB value is (204,64,11). Sum of RGB (Red+Green+Blue) = 204+64+11=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC400B is #33BFF4. Grayscale: #646464. Windows color (decimal): -3391477 or 737484. OLE color: 737484.
HSL color Cylindrical-coordinate representation of color #CC400B: hue angle of 16.48º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC400B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.2 |
| HSL | 16.48º | 0.9% | 0.42% | - |
| HSV(B) | 16.48º | 0.95% | 0.8% | - |
| XYZ | 26.8 | 16.53 | 2.09 | - |
| YUV | 99.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 11 | 0 | 0.69 | 0.95 | 0.2 | 16.48 | 0.9 | 0.42 |
| Hex | CC | 40 | B | 0 | 45 | 5F | 14 | 10 | 5A | 2A |
| Octal | 314 | 100 | 13 | 0 | 105 | 137 | 24 | 20 | 132 | 52 |
| Binary | 11001100 | 1000000 | 1011 | 0 | 1000101 | 1011111 | 10100 | 10000 | 1011010 | 101010 |
Color Harmonies of #CC400B
Complementary color
Monochromatic Colors of #CC400B
Black with #CC400B
Text Example
Text Example
White with #CC400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC400B; }
p { color: rgb(204,64,11); }
H1.HeaderClassName
{
color: #CC400B;
}
.AnyTagClassName
{
color: #CC400B;
}
</style>
background-color css
<style>
a { background-color: #CC400B; }
a { background-color: rgb(204,64,11); }
div.DivClassName
{
background-color: #CC400B;
}
.BgClassName
{
background-color: #CC400B;
}
</style>
border-color css
<style>
span { border-color: #CC400B; }
span { border-color: rgb(204,64,11); }
td.TdClassName
{
border-color: #CC400B;
}
.TagClassName
{
border-color: #CC400B;
}
</style>