Html Css Color HEX #CC300E Harley Davidson Orange
📋 copy color: '#CC300E'red 204 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #CC300E
Tints of Harley Davidson Orange #CC300E
RGB
CMYK
RGB Variations
Color information
#CC300E (or 0xCC300E) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 0E. RGB value is (204,48,14). Sum of RGB (Red+Green+Blue) = 204+48+14=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC300E is #33CFF1. Grayscale: #5B5B5B. Windows color (decimal): -3395570 or 929996. OLE color: 929996.
HSL color Cylindrical-coordinate representation of color #CC300E: hue angle of 10.74º 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 #CC300E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.2 |
| HSL | 10.74º | 0.87% | 0.43% | - |
| HSV(B) | 10.74º | 0.93% | 0.8% | - |
| XYZ | 26.04 | 14.98 | 1.94 | - |
| YUV | 90.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 14 | 0 | 0.76 | 0.93 | 0.2 | 10.74 | 0.87 | 0.43 |
| Hex | CC | 30 | E | 0 | 4C | 5D | 14 | B | 57 | 2B |
| Octal | 314 | 60 | 16 | 0 | 114 | 135 | 24 | 13 | 127 | 53 |
| Binary | 11001100 | 110000 | 1110 | 0 | 1001100 | 1011101 | 10100 | 1011 | 1010111 | 101011 |
Color Harmonies of #CC300E
Complementary color
Monochromatic Colors of #CC300E
Black with #CC300E
Text Example
Text Example
White with #CC300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC300E; }
p { color: rgb(204,48,14); }
H1.HeaderClassName
{
color: #CC300E;
}
.AnyTagClassName
{
color: #CC300E;
}
</style>
background-color css
<style>
a { background-color: #CC300E; }
a { background-color: rgb(204,48,14); }
div.DivClassName
{
background-color: #CC300E;
}
.BgClassName
{
background-color: #CC300E;
}
</style>
border-color css
<style>
span { border-color: #CC300E; }
span { border-color: rgb(204,48,14); }
td.TdClassName
{
border-color: #CC300E;
}
.TagClassName
{
border-color: #CC300E;
}
</style>