Html Css Color HEX #CE4410 Harley Davidson Orange
📋 copy color: '#CE4410'red 206 ◦ green 68 ◦ blue 16
Shades of Harley Davidson Orange #CE4410
Tints of Harley Davidson Orange #CE4410
RGB
CMYK
RGB Variations
Color information
#CE4410 (or 0xCE4410) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 10. RGB value is (206,68,16). Sum of RGB (Red+Green+Blue) = 206+68+16=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4410 is #31BBEF. Grayscale: #676767. Windows color (decimal): -3259376 or 1066190. OLE color: 1066190.
HSL color Cylindrical-coordinate representation of color #CE4410: hue angle of 16.42º degrees, saturation: 0.86, 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 #CE4410 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.19 |
| HSL | 16.42º | 0.86% | 0.44% | - |
| HSV(B) | 16.42º | 0.92% | 0.81% | - |
| XYZ | 27.61 | 17.29 | 2.37 | - |
| YUV | 103.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 16 | 0 | 0.67 | 0.92 | 0.19 | 16.42 | 0.86 | 0.44 |
| Hex | CE | 44 | 10 | 0 | 43 | 5C | 13 | 10 | 56 | 2C |
| Octal | 316 | 104 | 20 | 0 | 103 | 134 | 23 | 20 | 126 | 54 |
| Binary | 11001110 | 1000100 | 10000 | 0 | 1000011 | 1011100 | 10011 | 10000 | 1010110 | 101100 |
Color Harmonies of #CE4410
Complementary color
Monochromatic Colors of #CE4410
Black with #CE4410
Text Example
Text Example
White with #CE4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4410; }
p { color: rgb(206,68,16); }
H1.HeaderClassName
{
color: #CE4410;
}
.AnyTagClassName
{
color: #CE4410;
}
</style>
background-color css
<style>
a { background-color: #CE4410; }
a { background-color: rgb(206,68,16); }
div.DivClassName
{
background-color: #CE4410;
}
.BgClassName
{
background-color: #CE4410;
}
</style>
border-color css
<style>
span { border-color: #CE4410; }
span { border-color: rgb(206,68,16); }
td.TdClassName
{
border-color: #CE4410;
}
.TagClassName
{
border-color: #CE4410;
}
</style>