Html Css Color HEX #CE4915 Harley Davidson Orange
📋 copy color: '#CE4915'red 206 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #CE4915
Tints of Harley Davidson Orange #CE4915
RGB
CMYK
RGB Variations
Color information
#CE4915 (or 0xCE4915) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 15. RGB value is (206,73,21). Sum of RGB (Red+Green+Blue) = 206+73+21=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4915 is #31B6EA. Grayscale: #6B6B6B. Windows color (decimal): -3258091 or 1395150. OLE color: 1395150.
HSL color Cylindrical-coordinate representation of color #CE4915: hue angle of 16.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4915 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 21 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.19 |
| HSL | 16.86º | 0.81% | 0.45% | - |
| HSV(B) | 16.86º | 0.9% | 0.81% | - |
| XYZ | 27.97 | 17.94 | 2.7 | - |
| YUV | 106.84 | 79.56 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 21 | 0 | 0.65 | 0.90 | 0.19 | 16.86 | 0.81 | 0.45 |
| Hex | CE | 49 | 15 | 0 | 41 | 5A | 13 | 11 | 51 | 2D |
| Octal | 316 | 111 | 25 | 0 | 101 | 132 | 23 | 21 | 121 | 55 |
| Binary | 11001110 | 1001001 | 10101 | 0 | 1000001 | 1011010 | 10011 | 10001 | 1010001 | 101101 |
Color Harmonies of #CE4915
Complementary color
Monochromatic Colors of #CE4915
Black with #CE4915
Text Example
Text Example
White with #CE4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4915; }
p { color: rgb(206,73,21); }
H1.HeaderClassName
{
color: #CE4915;
}
.AnyTagClassName
{
color: #CE4915;
}
</style>
background-color css
<style>
a { background-color: #CE4915; }
a { background-color: rgb(206,73,21); }
div.DivClassName
{
background-color: #CE4915;
}
.BgClassName
{
background-color: #CE4915;
}
</style>
border-color css
<style>
span { border-color: #CE4915; }
span { border-color: rgb(206,73,21); }
td.TdClassName
{
border-color: #CE4915;
}
.TagClassName
{
border-color: #CE4915;
}
</style>