Html Css Color HEX #CC280C Harley Davidson Orange
📋 copy color: '#CC280C'red 204 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #CC280C
Tints of Harley Davidson Orange #CC280C
RGB
CMYK
RGB Variations
Color information
#CC280C (or 0xCC280C) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 0C. RGB value is (204,40,12). Sum of RGB (Red+Green+Blue) = 204+40+12=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC280C is #33D7F3. Grayscale: #565656. Windows color (decimal): -3397620 or 796876. OLE color: 796876.
HSL color Cylindrical-coordinate representation of color #CC280C: hue angle of 8.75º 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 #CC280C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.2 |
| HSL | 8.75º | 0.89% | 0.42% | - |
| HSV(B) | 8.75º | 0.94% | 0.8% | - |
| XYZ | 25.73 | 14.38 | 1.77 | - |
| YUV | 85.84 | 86.33 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 12 | 0 | 0.80 | 0.94 | 0.2 | 8.75 | 0.89 | 0.42 |
| Hex | CC | 28 | C | 0 | 50 | 5E | 14 | 9 | 59 | 2A |
| Octal | 314 | 50 | 14 | 0 | 120 | 136 | 24 | 11 | 131 | 52 |
| Binary | 11001100 | 101000 | 1100 | 0 | 1010000 | 1011110 | 10100 | 1001 | 1011001 | 101010 |
Color Harmonies of #CC280C
Complementary color
Monochromatic Colors of #CC280C
Black with #CC280C
Text Example
Text Example
White with #CC280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC280C; }
p { color: rgb(204,40,12); }
H1.HeaderClassName
{
color: #CC280C;
}
.AnyTagClassName
{
color: #CC280C;
}
</style>
background-color css
<style>
a { background-color: #CC280C; }
a { background-color: rgb(204,40,12); }
div.DivClassName
{
background-color: #CC280C;
}
.BgClassName
{
background-color: #CC280C;
}
</style>
border-color css
<style>
span { border-color: #CC280C; }
span { border-color: rgb(204,40,12); }
td.TdClassName
{
border-color: #CC280C;
}
.TagClassName
{
border-color: #CC280C;
}
</style>