Html Css Color HEX #CE341E Harley Davidson Orange
📋 copy color: '#CE341E'red 206 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #CE341E
Tints of Harley Davidson Orange #CE341E
RGB
CMYK
RGB Variations
Color information
#CE341E (or 0xCE341E) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 1E. RGB value is (206,52,30). Sum of RGB (Red+Green+Blue) = 206+52+30=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE341E is #31CBE1. Grayscale: #5F5F5F. Windows color (decimal): -3263458 or 1979598. OLE color: 1979598.
HSL color Cylindrical-coordinate representation of color #CE341E: hue angle of 7.5º 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 #CE341E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.19 |
| HSL | 7.5º | 0.75% | 0.46% | - |
| HSV(B) | 7.5º | 0.85% | 0.81% | - |
| XYZ | 26.92 | 15.67 | 2.83 | - |
| YUV | 95.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 30 | 0 | 0.75 | 0.85 | 0.19 | 7.5 | 0.75 | 0.46 |
| Hex | CE | 34 | 1E | 0 | 4B | 55 | 13 | 8 | 4B | 2E |
| Octal | 316 | 64 | 36 | 0 | 113 | 125 | 23 | 10 | 113 | 56 |
| Binary | 11001110 | 110100 | 11110 | 0 | 1001011 | 1010101 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CE341E
Complementary color
Monochromatic Colors of #CE341E
Black with #CE341E
Text Example
Text Example
White with #CE341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE341E; }
p { color: rgb(206,52,30); }
H1.HeaderClassName
{
color: #CE341E;
}
.AnyTagClassName
{
color: #CE341E;
}
</style>
background-color css
<style>
a { background-color: #CE341E; }
a { background-color: rgb(206,52,30); }
div.DivClassName
{
background-color: #CE341E;
}
.BgClassName
{
background-color: #CE341E;
}
</style>
border-color css
<style>
span { border-color: #CE341E; }
span { border-color: rgb(206,52,30); }
td.TdClassName
{
border-color: #CE341E;
}
.TagClassName
{
border-color: #CE341E;
}
</style>