Html Css Color HEX #CE471F Harley Davidson Orange
📋 copy color: '#CE471F'red 206 ◦ green 71 ◦ blue 31
Shades of Harley Davidson Orange #CE471F
Tints of Harley Davidson Orange #CE471F
RGB
CMYK
RGB Variations
Color information
#CE471F (or 0xCE471F) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 1F. RGB value is (206,71,31). Sum of RGB (Red+Green+Blue) = 206+71+31=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE471F is #31B8E0. Grayscale: #6B6B6B. Windows color (decimal): -3258593 or 2049998. OLE color: 2049998.
HSL color Cylindrical-coordinate representation of color #CE471F: hue angle of 13.71º degrees, saturation: 0.74, 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 #CE471F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.19 |
| HSL | 13.71º | 0.74% | 0.46% | - |
| HSV(B) | 13.71º | 0.85% | 0.81% | - |
| XYZ | 27.95 | 17.73 | 3.24 | - |
| YUV | 106.81 | 85.23 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 31 | 0 | 0.66 | 0.85 | 0.19 | 13.71 | 0.74 | 0.46 |
| Hex | CE | 47 | 1F | 0 | 42 | 55 | 13 | E | 4A | 2E |
| Octal | 316 | 107 | 37 | 0 | 102 | 125 | 23 | 16 | 112 | 56 |
| Binary | 11001110 | 1000111 | 11111 | 0 | 1000010 | 1010101 | 10011 | 1110 | 1001010 | 101110 |
Color Harmonies of #CE471F
Complementary color
Monochromatic Colors of #CE471F
Black with #CE471F
Text Example
Text Example
White with #CE471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE471F; }
p { color: rgb(206,71,31); }
H1.HeaderClassName
{
color: #CE471F;
}
.AnyTagClassName
{
color: #CE471F;
}
</style>
background-color css
<style>
a { background-color: #CE471F; }
a { background-color: rgb(206,71,31); }
div.DivClassName
{
background-color: #CE471F;
}
.BgClassName
{
background-color: #CE471F;
}
</style>
border-color css
<style>
span { border-color: #CE471F; }
span { border-color: rgb(206,71,31); }
td.TdClassName
{
border-color: #CE471F;
}
.TagClassName
{
border-color: #CE471F;
}
</style>