Html Css Color HEX #CE411E Harley Davidson Orange
📋 copy color: '#CE411E'red 206 ◦ green 65 ◦ blue 30
Shades of Harley Davidson Orange #CE411E
Tints of Harley Davidson Orange #CE411E
RGB
CMYK
RGB Variations
Color information
#CE411E (or 0xCE411E) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 1E. RGB value is (206,65,30). Sum of RGB (Red+Green+Blue) = 206+65+30=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE411E is #31BEE1. Grayscale: #676767. Windows color (decimal): -3260130 or 1982926. OLE color: 1982926.
HSL color Cylindrical-coordinate representation of color #CE411E: hue angle of 11.93º 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 #CE411E is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 30 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.19 |
| HSL | 11.93º | 0.75% | 0.46% | - |
| HSV(B) | 11.93º | 0.85% | 0.81% | - |
| XYZ | 27.58 | 17 | 3.06 | - |
| YUV | 103.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 30 | 0 | 0.68 | 0.85 | 0.19 | 11.93 | 0.75 | 0.46 |
| Hex | CE | 41 | 1E | 0 | 44 | 55 | 13 | C | 4B | 2E |
| Octal | 316 | 101 | 36 | 0 | 104 | 125 | 23 | 14 | 113 | 56 |
| Binary | 11001110 | 1000001 | 11110 | 0 | 1000100 | 1010101 | 10011 | 1100 | 1001011 | 101110 |
Color Harmonies of #CE411E
Complementary color
Monochromatic Colors of #CE411E
Black with #CE411E
Text Example
Text Example
White with #CE411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE411E; }
p { color: rgb(206,65,30); }
H1.HeaderClassName
{
color: #CE411E;
}
.AnyTagClassName
{
color: #CE411E;
}
</style>
background-color css
<style>
a { background-color: #CE411E; }
a { background-color: rgb(206,65,30); }
div.DivClassName
{
background-color: #CE411E;
}
.BgClassName
{
background-color: #CE411E;
}
</style>
border-color css
<style>
span { border-color: #CE411E; }
span { border-color: rgb(206,65,30); }
td.TdClassName
{
border-color: #CE411E;
}
.TagClassName
{
border-color: #CE411E;
}
</style>