Html Css Color HEX #CE470E Harley Davidson Orange
📋 copy color: '#CE470E'red 206 ◦ green 71 ◦ blue 14
Shades of Harley Davidson Orange #CE470E
Tints of Harley Davidson Orange #CE470E
RGB
CMYK
RGB Variations
Color information
#CE470E (or 0xCE470E) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 0E. RGB value is (206,71,14). Sum of RGB (Red+Green+Blue) = 206+71+14=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE470E is #31B8F1. Grayscale: #696969. Windows color (decimal): -3258610 or 935886. OLE color: 935886.
HSL color Cylindrical-coordinate representation of color #CE470E: hue angle of 17.81º degrees, saturation: 0.87, 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 #CE470E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.19 |
| HSL | 17.81º | 0.87% | 0.43% | - |
| HSV(B) | 17.81º | 0.93% | 0.81% | - |
| XYZ | 27.79 | 17.66 | 2.36 | - |
| YUV | 104.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 14 | 0 | 0.66 | 0.93 | 0.19 | 17.81 | 0.87 | 0.43 |
| Hex | CE | 47 | E | 0 | 42 | 5D | 13 | 12 | 57 | 2B |
| Octal | 316 | 107 | 16 | 0 | 102 | 135 | 23 | 22 | 127 | 53 |
| Binary | 11001110 | 1000111 | 1110 | 0 | 1000010 | 1011101 | 10011 | 10010 | 1010111 | 101011 |
Color Harmonies of #CE470E
Complementary color
Monochromatic Colors of #CE470E
Black with #CE470E
Text Example
Text Example
White with #CE470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE470E; }
p { color: rgb(206,71,14); }
H1.HeaderClassName
{
color: #CE470E;
}
.AnyTagClassName
{
color: #CE470E;
}
</style>
background-color css
<style>
a { background-color: #CE470E; }
a { background-color: rgb(206,71,14); }
div.DivClassName
{
background-color: #CE470E;
}
.BgClassName
{
background-color: #CE470E;
}
</style>
border-color css
<style>
span { border-color: #CE470E; }
span { border-color: rgb(206,71,14); }
td.TdClassName
{
border-color: #CE470E;
}
.TagClassName
{
border-color: #CE470E;
}
</style>