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