Html Css Color HEX #CE3600 Harley Davidson Orange
📋 copy color: '#CE3600'red 206 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #CE3600
Tints of Harley Davidson Orange #CE3600
RGB
CMYK
RGB Variations
Color information
#CE3600 (or 0xCE3600) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 00. RGB value is (206,54,0). Sum of RGB (Red+Green+Blue) = 206+54+0=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3600 is #31C9FF. Grayscale: #5D5D5D. Windows color (decimal): -3262976 or 14030. OLE color: 14030.
HSL color Cylindrical-coordinate representation of color #CE3600: hue angle of 15.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE3600 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.19 |
| HSL | 15.73º | 1% | 0.4% | - |
| HSV(B) | 15.73º | 1% | 0.81% | - |
| XYZ | 26.77 | 15.76 | 1.63 | - |
| YUV | 93.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 0 | 0 | 0.74 | 1 | 0.19 | 15.73 | 1 | 0.4 |
| Hex | CE | 36 | 0 | 0 | 4A | 64 | 13 | 10 | 64 | 28 |
| Octal | 316 | 66 | 0 | 0 | 112 | 144 | 23 | 20 | 144 | 50 |
| Binary | 11001110 | 110110 | 0 | 0 | 1001010 | 1100100 | 10011 | 10000 | 1100100 | 101000 |
Color Harmonies of #CE3600
Complementary color
Monochromatic Colors of #CE3600
Black with #CE3600
Text Example
Text Example
White with #CE3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3600; }
p { color: rgb(206,54,0); }
H1.HeaderClassName
{
color: #CE3600;
}
.AnyTagClassName
{
color: #CE3600;
}
</style>
background-color css
<style>
a { background-color: #CE3600; }
a { background-color: rgb(206,54,0); }
div.DivClassName
{
background-color: #CE3600;
}
.BgClassName
{
background-color: #CE3600;
}
</style>
border-color css
<style>
span { border-color: #CE3600; }
span { border-color: rgb(206,54,0); }
td.TdClassName
{
border-color: #CE3600;
}
.TagClassName
{
border-color: #CE3600;
}
</style>