Html Css Color HEX #CE4111 Harley Davidson Orange
📋 copy color: '#CE4111'red 206 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #CE4111
Tints of Harley Davidson Orange #CE4111
RGB
CMYK
RGB Variations
Color information
#CE4111 (or 0xCE4111) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 11. RGB value is (206,65,17). Sum of RGB (Red+Green+Blue) = 206+65+17=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4111 is #31BEEE. Grayscale: #666666. Windows color (decimal): -3260143 or 1130958. OLE color: 1130958.
HSL color Cylindrical-coordinate representation of color #CE4111: hue angle of 15.24º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE4111 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.19 |
| HSL | 15.24º | 0.85% | 0.44% | - |
| HSV(B) | 15.24º | 0.92% | 0.81% | - |
| XYZ | 27.45 | 16.94 | 2.35 | - |
| YUV | 101.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 17 | 0 | 0.68 | 0.92 | 0.19 | 15.24 | 0.85 | 0.44 |
| Hex | CE | 41 | 11 | 0 | 44 | 5C | 13 | F | 55 | 2C |
| Octal | 316 | 101 | 21 | 0 | 104 | 134 | 23 | 17 | 125 | 54 |
| Binary | 11001110 | 1000001 | 10001 | 0 | 1000100 | 1011100 | 10011 | 1111 | 1010101 | 101100 |
Color Harmonies of #CE4111
Complementary color
Monochromatic Colors of #CE4111
Black with #CE4111
Text Example
Text Example
White with #CE4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4111; }
p { color: rgb(206,65,17); }
H1.HeaderClassName
{
color: #CE4111;
}
.AnyTagClassName
{
color: #CE4111;
}
</style>
background-color css
<style>
a { background-color: #CE4111; }
a { background-color: rgb(206,65,17); }
div.DivClassName
{
background-color: #CE4111;
}
.BgClassName
{
background-color: #CE4111;
}
</style>
border-color css
<style>
span { border-color: #CE4111; }
span { border-color: rgb(206,65,17); }
td.TdClassName
{
border-color: #CE4111;
}
.TagClassName
{
border-color: #CE4111;
}
</style>