Html Css Color HEX #CE451E Harley Davidson Orange
📋 copy color: '#CE451E'red 206 ◦ green 69 ◦ blue 30
Shades of Harley Davidson Orange #CE451E
Tints of Harley Davidson Orange #CE451E
RGB
CMYK
RGB Variations
Color information
#CE451E (or 0xCE451E) is known color: Harley Davidson Orange. HEX triplet: CE, 45 and 1E. RGB value is (206,69,30). Sum of RGB (Red+Green+Blue) = 206+69+30=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE451E is #31BAE1. Grayscale: #696969. Windows color (decimal): -3259106 or 1983950. OLE color: 1983950.
HSL color Cylindrical-coordinate representation of color #CE451E: hue angle of 13.3º degrees, saturation: 0.75, 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 #CE451E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 30 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.19 |
| HSL | 13.3º | 0.75% | 0.46% | - |
| HSV(B) | 13.3º | 0.85% | 0.81% | - |
| XYZ | 27.82 | 17.47 | 3.13 | - |
| YUV | 105.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 30 | 0 | 0.67 | 0.85 | 0.19 | 13.3 | 0.75 | 0.46 |
| Hex | CE | 45 | 1E | 0 | 43 | 55 | 13 | D | 4B | 2E |
| Octal | 316 | 105 | 36 | 0 | 103 | 125 | 23 | 15 | 113 | 56 |
| Binary | 11001110 | 1000101 | 11110 | 0 | 1000011 | 1010101 | 10011 | 1101 | 1001011 | 101110 |
Color Harmonies of #CE451E
Complementary color
Monochromatic Colors of #CE451E
Black with #CE451E
Text Example
Text Example
White with #CE451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE451E; }
p { color: rgb(206,69,30); }
H1.HeaderClassName
{
color: #CE451E;
}
.AnyTagClassName
{
color: #CE451E;
}
</style>
background-color css
<style>
a { background-color: #CE451E; }
a { background-color: rgb(206,69,30); }
div.DivClassName
{
background-color: #CE451E;
}
.BgClassName
{
background-color: #CE451E;
}
</style>
border-color css
<style>
span { border-color: #CE451E; }
span { border-color: rgb(206,69,30); }
td.TdClassName
{
border-color: #CE451E;
}
.TagClassName
{
border-color: #CE451E;
}
</style>