Html Css Color HEX #CC280E Harley Davidson Orange
📋 copy color: '#CC280E'red 204 ◦ green 40 ◦ blue 14
Shades of Harley Davidson Orange #CC280E
Tints of Harley Davidson Orange #CC280E
RGB
CMYK
RGB Variations
Color information
#CC280E (or 0xCC280E) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 0E. RGB value is (204,40,14). Sum of RGB (Red+Green+Blue) = 204+40+14=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC280E is #33D7F1. Grayscale: #565656. Windows color (decimal): -3397618 or 927948. OLE color: 927948.
HSL color Cylindrical-coordinate representation of color #CC280E: hue angle of 8.21º 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 #CC280E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.2 |
| HSL | 8.21º | 0.87% | 0.43% | - |
| HSV(B) | 8.21º | 0.93% | 0.8% | - |
| XYZ | 25.74 | 14.39 | 1.84 | - |
| YUV | 86.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 14 | 0 | 0.80 | 0.93 | 0.2 | 8.21 | 0.87 | 0.43 |
| Hex | CC | 28 | E | 0 | 50 | 5D | 14 | 8 | 57 | 2B |
| Octal | 314 | 50 | 16 | 0 | 120 | 135 | 24 | 10 | 127 | 53 |
| Binary | 11001100 | 101000 | 1110 | 0 | 1010000 | 1011101 | 10100 | 1000 | 1010111 | 101011 |
Color Harmonies of #CC280E
Complementary color
Monochromatic Colors of #CC280E
Black with #CC280E
Text Example
Text Example
White with #CC280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC280E; }
p { color: rgb(204,40,14); }
H1.HeaderClassName
{
color: #CC280E;
}
.AnyTagClassName
{
color: #CC280E;
}
</style>
background-color css
<style>
a { background-color: #CC280E; }
a { background-color: rgb(204,40,14); }
div.DivClassName
{
background-color: #CC280E;
}
.BgClassName
{
background-color: #CC280E;
}
</style>
border-color css
<style>
span { border-color: #CC280E; }
span { border-color: rgb(204,40,14); }
td.TdClassName
{
border-color: #CC280E;
}
.TagClassName
{
border-color: #CC280E;
}
</style>