Html Css Color HEX #CE3010 Harley Davidson Orange
📋 copy color: '#CE3010'red 206 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #CE3010
Tints of Harley Davidson Orange #CE3010
RGB
CMYK
RGB Variations
Color information
#CE3010 (or 0xCE3010) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 10. RGB value is (206,48,16). Sum of RGB (Red+Green+Blue) = 206+48+16=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3010 is #31CFEF. Grayscale: #5B5B5B. Windows color (decimal): -3264496 or 1061070. OLE color: 1061070.
HSL color Cylindrical-coordinate representation of color #CE3010: hue angle of 10.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 #CE3010 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 16 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.19 |
| HSL | 10.11º | 0.86% | 0.44% | - |
| HSV(B) | 10.11º | 0.92% | 0.81% | - |
| XYZ | 26.6 | 15.27 | 2.04 | - |
| YUV | 91.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 16 | 0 | 0.77 | 0.92 | 0.19 | 10.11 | 0.86 | 0.44 |
| Hex | CE | 30 | 10 | 0 | 4D | 5C | 13 | A | 56 | 2C |
| Octal | 316 | 60 | 20 | 0 | 115 | 134 | 23 | 12 | 126 | 54 |
| Binary | 11001110 | 110000 | 10000 | 0 | 1001101 | 1011100 | 10011 | 1010 | 1010110 | 101100 |
Color Harmonies of #CE3010
Complementary color
Monochromatic Colors of #CE3010
Black with #CE3010
Text Example
Text Example
White with #CE3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3010; }
p { color: rgb(206,48,16); }
H1.HeaderClassName
{
color: #CE3010;
}
.AnyTagClassName
{
color: #CE3010;
}
</style>
background-color css
<style>
a { background-color: #CE3010; }
a { background-color: rgb(206,48,16); }
div.DivClassName
{
background-color: #CE3010;
}
.BgClassName
{
background-color: #CE3010;
}
</style>
border-color css
<style>
span { border-color: #CE3010; }
span { border-color: rgb(206,48,16); }
td.TdClassName
{
border-color: #CE3010;
}
.TagClassName
{
border-color: #CE3010;
}
</style>