Html Css Color HEX #CE3606 Harley Davidson Orange
📋 copy color: '#CE3606'red 206 ◦ green 54 ◦ blue 6
Shades of Harley Davidson Orange #CE3606
Tints of Harley Davidson Orange #CE3606
RGB
CMYK
RGB Variations
Color information
#CE3606 (or 0xCE3606) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 06. RGB value is (206,54,6). Sum of RGB (Red+Green+Blue) = 206+54+6=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3606 is #31C9F9. Grayscale: #5E5E5E. Windows color (decimal): -3262970 or 407246. OLE color: 407246.
HSL color Cylindrical-coordinate representation of color #CE3606: hue angle of 14.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE3606 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.19 |
| HSL | 14.4º | 0.94% | 0.42% | - |
| HSV(B) | 14.4º | 0.97% | 0.81% | - |
| XYZ | 26.81 | 15.77 | 1.8 | - |
| YUV | 93.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 6 | 0 | 0.74 | 0.97 | 0.19 | 14.4 | 0.94 | 0.42 |
| Hex | CE | 36 | 6 | 0 | 4A | 61 | 13 | E | 5E | 2A |
| Octal | 316 | 66 | 6 | 0 | 112 | 141 | 23 | 16 | 136 | 52 |
| Binary | 11001110 | 110110 | 110 | 0 | 1001010 | 1100001 | 10011 | 1110 | 1011110 | 101010 |
Color Harmonies of #CE3606
Complementary color
Monochromatic Colors of #CE3606
Black with #CE3606
Text Example
Text Example
White with #CE3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3606; }
p { color: rgb(206,54,6); }
H1.HeaderClassName
{
color: #CE3606;
}
.AnyTagClassName
{
color: #CE3606;
}
</style>
background-color css
<style>
a { background-color: #CE3606; }
a { background-color: rgb(206,54,6); }
div.DivClassName
{
background-color: #CE3606;
}
.BgClassName
{
background-color: #CE3606;
}
</style>
border-color css
<style>
span { border-color: #CE3606; }
span { border-color: rgb(206,54,6); }
td.TdClassName
{
border-color: #CE3606;
}
.TagClassName
{
border-color: #CE3606;
}
</style>