Html Css Color HEX #CE4912 Harley Davidson Orange
📋 copy color: '#CE4912'red 206 ◦ green 73 ◦ blue 18
Shades of Harley Davidson Orange #CE4912
Tints of Harley Davidson Orange #CE4912
RGB
CMYK
RGB Variations
Color information
#CE4912 (or 0xCE4912) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 12. RGB value is (206,73,18). Sum of RGB (Red+Green+Blue) = 206+73+18=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4912 is #31B6ED. Grayscale: #6A6A6A. Windows color (decimal): -3258094 or 1198542. OLE color: 1198542.
HSL color Cylindrical-coordinate representation of color #CE4912: hue angle of 17.55º 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 #CE4912 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.19 |
| HSL | 17.55º | 0.84% | 0.44% | - |
| HSV(B) | 17.55º | 0.91% | 0.81% | - |
| XYZ | 27.95 | 17.93 | 2.56 | - |
| YUV | 106.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 18 | 0 | 0.65 | 0.91 | 0.19 | 17.55 | 0.84 | 0.44 |
| Hex | CE | 49 | 12 | 0 | 41 | 5B | 13 | 12 | 54 | 2C |
| Octal | 316 | 111 | 22 | 0 | 101 | 133 | 23 | 22 | 124 | 54 |
| Binary | 11001110 | 1001001 | 10010 | 0 | 1000001 | 1011011 | 10011 | 10010 | 1010100 | 101100 |
Color Harmonies of #CE4912
Complementary color
Monochromatic Colors of #CE4912
Black with #CE4912
Text Example
Text Example
White with #CE4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4912; }
p { color: rgb(206,73,18); }
H1.HeaderClassName
{
color: #CE4912;
}
.AnyTagClassName
{
color: #CE4912;
}
</style>
background-color css
<style>
a { background-color: #CE4912; }
a { background-color: rgb(206,73,18); }
div.DivClassName
{
background-color: #CE4912;
}
.BgClassName
{
background-color: #CE4912;
}
</style>
border-color css
<style>
span { border-color: #CE4912; }
span { border-color: rgb(206,73,18); }
td.TdClassName
{
border-color: #CE4912;
}
.TagClassName
{
border-color: #CE4912;
}
</style>