Html Css Color HEX #CE301A Harley Davidson Orange
📋 copy color: '#CE301A'red 206 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #CE301A
Tints of Harley Davidson Orange #CE301A
RGB
CMYK
RGB Variations
Color information
#CE301A (or 0xCE301A) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 1A. RGB value is (206,48,26). Sum of RGB (Red+Green+Blue) = 206+48+26=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE301A is #31CFE5. Grayscale: #5C5C5C. Windows color (decimal): -3264486 or 1716430. OLE color: 1716430.
HSL color Cylindrical-coordinate representation of color #CE301A: hue angle of 7.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE301A is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 26 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.19 |
| HSL | 7.33º | 0.78% | 0.45% | - |
| HSV(B) | 7.33º | 0.87% | 0.81% | - |
| XYZ | 26.7 | 15.31 | 2.53 | - |
| YUV | 92.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 26 | 0 | 0.77 | 0.87 | 0.19 | 7.33 | 0.78 | 0.45 |
| Hex | CE | 30 | 1A | 0 | 4D | 57 | 13 | 7 | 4E | 2D |
| Octal | 316 | 60 | 32 | 0 | 115 | 127 | 23 | 7 | 116 | 55 |
| Binary | 11001110 | 110000 | 11010 | 0 | 1001101 | 1010111 | 10011 | 111 | 1001110 | 101101 |
Color Harmonies of #CE301A
Complementary color
Monochromatic Colors of #CE301A
Black with #CE301A
Text Example
Text Example
White with #CE301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE301A; }
p { color: rgb(206,48,26); }
H1.HeaderClassName
{
color: #CE301A;
}
.AnyTagClassName
{
color: #CE301A;
}
</style>
background-color css
<style>
a { background-color: #CE301A; }
a { background-color: rgb(206,48,26); }
div.DivClassName
{
background-color: #CE301A;
}
.BgClassName
{
background-color: #CE301A;
}
</style>
border-color css
<style>
span { border-color: #CE301A; }
span { border-color: rgb(206,48,26); }
td.TdClassName
{
border-color: #CE301A;
}
.TagClassName
{
border-color: #CE301A;
}
</style>