Html Css Color HEX #CE4612 Harley Davidson Orange
📋 copy color: '#CE4612'red 206 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #CE4612
Tints of Harley Davidson Orange #CE4612
RGB
CMYK
RGB Variations
Color information
#CE4612 (or 0xCE4612) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 12. RGB value is (206,70,18). Sum of RGB (Red+Green+Blue) = 206+70+18=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4612 is #31B9ED. Grayscale: #696969. Windows color (decimal): -3258862 or 1197774. OLE color: 1197774.
HSL color Cylindrical-coordinate representation of color #CE4612: hue angle of 16.6º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4612 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.19 |
| HSL | 16.6º | 0.84% | 0.44% | - |
| HSV(B) | 16.6º | 0.91% | 0.81% | - |
| XYZ | 27.75 | 17.55 | 2.5 | - |
| YUV | 104.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 18 | 0 | 0.66 | 0.91 | 0.19 | 16.6 | 0.84 | 0.44 |
| Hex | CE | 46 | 12 | 0 | 42 | 5B | 13 | 11 | 54 | 2C |
| Octal | 316 | 106 | 22 | 0 | 102 | 133 | 23 | 21 | 124 | 54 |
| Binary | 11001110 | 1000110 | 10010 | 0 | 1000010 | 1011011 | 10011 | 10001 | 1010100 | 101100 |
Color Harmonies of #CE4612
Complementary color
Monochromatic Colors of #CE4612
Black with #CE4612
Text Example
Text Example
White with #CE4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4612; }
p { color: rgb(206,70,18); }
H1.HeaderClassName
{
color: #CE4612;
}
.AnyTagClassName
{
color: #CE4612;
}
</style>
background-color css
<style>
a { background-color: #CE4612; }
a { background-color: rgb(206,70,18); }
div.DivClassName
{
background-color: #CE4612;
}
.BgClassName
{
background-color: #CE4612;
}
</style>
border-color css
<style>
span { border-color: #CE4612; }
span { border-color: rgb(206,70,18); }
td.TdClassName
{
border-color: #CE4612;
}
.TagClassName
{
border-color: #CE4612;
}
</style>