Html Css Color HEX #CE351E Harley Davidson Orange
📋 copy color: '#CE351E'red 206 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #CE351E
Tints of Harley Davidson Orange #CE351E
RGB
CMYK
RGB Variations
Color information
#CE351E (or 0xCE351E) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 1E. RGB value is (206,53,30). Sum of RGB (Red+Green+Blue) = 206+53+30=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE351E is #31CAE1. Grayscale: #606060. Windows color (decimal): -3263202 or 1979854. OLE color: 1979854.
HSL color Cylindrical-coordinate representation of color #CE351E: hue angle of 7.84º 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 #CE351E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.19 |
| HSL | 7.84º | 0.75% | 0.46% | - |
| HSV(B) | 7.84º | 0.85% | 0.81% | - |
| XYZ | 26.96 | 15.76 | 2.85 | - |
| YUV | 96.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 30 | 0 | 0.74 | 0.85 | 0.19 | 7.84 | 0.75 | 0.46 |
| Hex | CE | 35 | 1E | 0 | 4A | 55 | 13 | 8 | 4B | 2E |
| Octal | 316 | 65 | 36 | 0 | 112 | 125 | 23 | 10 | 113 | 56 |
| Binary | 11001110 | 110101 | 11110 | 0 | 1001010 | 1010101 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CE351E
Complementary color
Monochromatic Colors of #CE351E
Black with #CE351E
Text Example
Text Example
White with #CE351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE351E; }
p { color: rgb(206,53,30); }
H1.HeaderClassName
{
color: #CE351E;
}
.AnyTagClassName
{
color: #CE351E;
}
</style>
background-color css
<style>
a { background-color: #CE351E; }
a { background-color: rgb(206,53,30); }
div.DivClassName
{
background-color: #CE351E;
}
.BgClassName
{
background-color: #CE351E;
}
</style>
border-color css
<style>
span { border-color: #CE351E; }
span { border-color: rgb(206,53,30); }
td.TdClassName
{
border-color: #CE351E;
}
.TagClassName
{
border-color: #CE351E;
}
</style>