Html Css Color HEX #CE301E Harley Davidson Orange
📋 copy color: '#CE301E'red 206 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #CE301E
Tints of Harley Davidson Orange #CE301E
RGB
CMYK
RGB Variations
Color information
#CE301E (or 0xCE301E) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 1E. RGB value is (206,48,30). Sum of RGB (Red+Green+Blue) = 206+48+30=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE301E is #31CFE1. Grayscale: #5D5D5D. Windows color (decimal): -3264482 or 1978574. OLE color: 1978574.
HSL color Cylindrical-coordinate representation of color #CE301E: hue angle of 6.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE301E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 30 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.19 |
| HSL | 6.14º | 0.75% | 0.46% | - |
| HSV(B) | 6.14º | 0.85% | 0.81% | - |
| XYZ | 26.74 | 15.33 | 2.78 | - |
| YUV | 93.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 30 | 0 | 0.77 | 0.85 | 0.19 | 6.14 | 0.75 | 0.46 |
| Hex | CE | 30 | 1E | 0 | 4D | 55 | 13 | 6 | 4B | 2E |
| Octal | 316 | 60 | 36 | 0 | 115 | 125 | 23 | 6 | 113 | 56 |
| Binary | 11001110 | 110000 | 11110 | 0 | 1001101 | 1010101 | 10011 | 110 | 1001011 | 101110 |
Color Harmonies of #CE301E
Complementary color
Monochromatic Colors of #CE301E
Black with #CE301E
Text Example
Text Example
White with #CE301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE301E; }
p { color: rgb(206,48,30); }
H1.HeaderClassName
{
color: #CE301E;
}
.AnyTagClassName
{
color: #CE301E;
}
</style>
background-color css
<style>
a { background-color: #CE301E; }
a { background-color: rgb(206,48,30); }
div.DivClassName
{
background-color: #CE301E;
}
.BgClassName
{
background-color: #CE301E;
}
</style>
border-color css
<style>
span { border-color: #CE301E; }
span { border-color: rgb(206,48,30); }
td.TdClassName
{
border-color: #CE301E;
}
.TagClassName
{
border-color: #CE301E;
}
</style>