Html Css Color HEX #CE461D Harley Davidson Orange
📋 copy color: '#CE461D'red 206 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #CE461D
Tints of Harley Davidson Orange #CE461D
RGB
CMYK
RGB Variations
Color information
#CE461D (or 0xCE461D) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 1D. RGB value is (206,70,29). Sum of RGB (Red+Green+Blue) = 206+70+29=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE461D is #31B9E2. Grayscale: #6A6A6A. Windows color (decimal): -3258851 or 1918670. OLE color: 1918670.
HSL color Cylindrical-coordinate representation of color #CE461D: hue angle of 13.9º degrees, saturation: 0.75, 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 #CE461D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.19 |
| HSL | 13.9º | 0.75% | 0.46% | - |
| HSV(B) | 13.9º | 0.86% | 0.81% | - |
| XYZ | 27.87 | 17.59 | 3.09 | - |
| YUV | 105.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 29 | 0 | 0.66 | 0.86 | 0.19 | 13.9 | 0.75 | 0.46 |
| Hex | CE | 46 | 1D | 0 | 42 | 56 | 13 | E | 4B | 2E |
| Octal | 316 | 106 | 35 | 0 | 102 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001110 | 1000110 | 11101 | 0 | 1000010 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CE461D
Complementary color
Monochromatic Colors of #CE461D
Black with #CE461D
Text Example
Text Example
White with #CE461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE461D; }
p { color: rgb(206,70,29); }
H1.HeaderClassName
{
color: #CE461D;
}
.AnyTagClassName
{
color: #CE461D;
}
</style>
background-color css
<style>
a { background-color: #CE461D; }
a { background-color: rgb(206,70,29); }
div.DivClassName
{
background-color: #CE461D;
}
.BgClassName
{
background-color: #CE461D;
}
</style>
border-color css
<style>
span { border-color: #CE461D; }
span { border-color: rgb(206,70,29); }
td.TdClassName
{
border-color: #CE461D;
}
.TagClassName
{
border-color: #CE461D;
}
</style>