Html Css Color HEX #CE460F Harley Davidson Orange
📋 copy color: '#CE460F'red 206 ◦ green 70 ◦ blue 15
Shades of Harley Davidson Orange #CE460F
Tints of Harley Davidson Orange #CE460F
RGB
CMYK
RGB Variations
Color information
#CE460F (or 0xCE460F) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 0F. RGB value is (206,70,15). Sum of RGB (Red+Green+Blue) = 206+70+15=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE460F is #31B9F0. Grayscale: #686868. Windows color (decimal): -3258865 or 1001166. OLE color: 1001166.
HSL color Cylindrical-coordinate representation of color #CE460F: hue angle of 17.28º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE460F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 15 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.19 |
| HSL | 17.28º | 0.86% | 0.43% | - |
| HSV(B) | 17.28º | 0.93% | 0.81% | - |
| XYZ | 27.73 | 17.54 | 2.38 | - |
| YUV | 104.39 | 77.56 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 15 | 0 | 0.66 | 0.93 | 0.19 | 17.28 | 0.86 | 0.43 |
| Hex | CE | 46 | F | 0 | 42 | 5D | 13 | 11 | 56 | 2B |
| Octal | 316 | 106 | 17 | 0 | 102 | 135 | 23 | 21 | 126 | 53 |
| Binary | 11001110 | 1000110 | 1111 | 0 | 1000010 | 1011101 | 10011 | 10001 | 1010110 | 101011 |
Color Harmonies of #CE460F
Complementary color
Monochromatic Colors of #CE460F
Black with #CE460F
Text Example
Text Example
White with #CE460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE460F; }
p { color: rgb(206,70,15); }
H1.HeaderClassName
{
color: #CE460F;
}
.AnyTagClassName
{
color: #CE460F;
}
</style>
background-color css
<style>
a { background-color: #CE460F; }
a { background-color: rgb(206,70,15); }
div.DivClassName
{
background-color: #CE460F;
}
.BgClassName
{
background-color: #CE460F;
}
</style>
border-color css
<style>
span { border-color: #CE460F; }
span { border-color: rgb(206,70,15); }
td.TdClassName
{
border-color: #CE460F;
}
.TagClassName
{
border-color: #CE460F;
}
</style>