Html Css Color HEX #CE301C Harley Davidson Orange
📋 copy color: '#CE301C'red 206 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #CE301C
Tints of Harley Davidson Orange #CE301C
RGB
CMYK
RGB Variations
Color information
#CE301C (or 0xCE301C) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 1C. RGB value is (206,48,28). Sum of RGB (Red+Green+Blue) = 206+48+28=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE301C is #31CFE3. Grayscale: #5D5D5D. Windows color (decimal): -3264484 or 1847502. OLE color: 1847502.
HSL color Cylindrical-coordinate representation of color #CE301C: hue angle of 6.74º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE301C is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 28 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.19 |
| HSL | 6.74º | 0.76% | 0.46% | - |
| HSV(B) | 6.74º | 0.86% | 0.81% | - |
| XYZ | 26.72 | 15.32 | 2.65 | - |
| YUV | 92.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 28 | 0 | 0.77 | 0.86 | 0.19 | 6.74 | 0.76 | 0.46 |
| Hex | CE | 30 | 1C | 0 | 4D | 56 | 13 | 7 | 4C | 2E |
| Octal | 316 | 60 | 34 | 0 | 115 | 126 | 23 | 7 | 114 | 56 |
| Binary | 11001110 | 110000 | 11100 | 0 | 1001101 | 1010110 | 10011 | 111 | 1001100 | 101110 |
Color Harmonies of #CE301C
Complementary color
Monochromatic Colors of #CE301C
Black with #CE301C
Text Example
Text Example
White with #CE301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE301C; }
p { color: rgb(206,48,28); }
H1.HeaderClassName
{
color: #CE301C;
}
.AnyTagClassName
{
color: #CE301C;
}
</style>
background-color css
<style>
a { background-color: #CE301C; }
a { background-color: rgb(206,48,28); }
div.DivClassName
{
background-color: #CE301C;
}
.BgClassName
{
background-color: #CE301C;
}
</style>
border-color css
<style>
span { border-color: #CE301C; }
span { border-color: rgb(206,48,28); }
td.TdClassName
{
border-color: #CE301C;
}
.TagClassName
{
border-color: #CE301C;
}
</style>