Html Css Color HEX #CE471B Harley Davidson Orange
📋 copy color: '#CE471B'red 206 ◦ green 71 ◦ blue 27
Shades of Harley Davidson Orange #CE471B
Tints of Harley Davidson Orange #CE471B
RGB
CMYK
RGB Variations
Color information
#CE471B (or 0xCE471B) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 1B. RGB value is (206,71,27). Sum of RGB (Red+Green+Blue) = 206+71+27=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE471B is #31B8E4. Grayscale: #6A6A6A. Windows color (decimal): -3258597 or 1787854. OLE color: 1787854.
HSL color Cylindrical-coordinate representation of color #CE471B: hue angle of 14.75º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE471B is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 27 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.19 |
| HSL | 14.75º | 0.77% | 0.46% | - |
| HSV(B) | 14.75º | 0.87% | 0.81% | - |
| XYZ | 27.9 | 17.71 | 2.98 | - |
| YUV | 106.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 27 | 0 | 0.66 | 0.87 | 0.19 | 14.75 | 0.77 | 0.46 |
| Hex | CE | 47 | 1B | 0 | 42 | 57 | 13 | F | 4D | 2E |
| Octal | 316 | 107 | 33 | 0 | 102 | 127 | 23 | 17 | 115 | 56 |
| Binary | 11001110 | 1000111 | 11011 | 0 | 1000010 | 1010111 | 10011 | 1111 | 1001101 | 101110 |
Color Harmonies of #CE471B
Complementary color
Monochromatic Colors of #CE471B
Black with #CE471B
Text Example
Text Example
White with #CE471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE471B; }
p { color: rgb(206,71,27); }
H1.HeaderClassName
{
color: #CE471B;
}
.AnyTagClassName
{
color: #CE471B;
}
</style>
background-color css
<style>
a { background-color: #CE471B; }
a { background-color: rgb(206,71,27); }
div.DivClassName
{
background-color: #CE471B;
}
.BgClassName
{
background-color: #CE471B;
}
</style>
border-color css
<style>
span { border-color: #CE471B; }
span { border-color: rgb(206,71,27); }
td.TdClassName
{
border-color: #CE471B;
}
.TagClassName
{
border-color: #CE471B;
}
</style>