Html Css Color HEX #CE3F06 Harley Davidson Orange
📋 copy color: '#CE3F06'red 206 ◦ green 63 ◦ blue 6
Shades of Harley Davidson Orange #CE3F06
Tints of Harley Davidson Orange #CE3F06
RGB
CMYK
RGB Variations
Color information
#CE3F06 (or 0xCE3F06) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 06. RGB value is (206,63,6). Sum of RGB (Red+Green+Blue) = 206+63+6=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F06 is #31C0F9. Grayscale: #636363. Windows color (decimal): -3260666 or 409550. OLE color: 409550.
HSL color Cylindrical-coordinate representation of color #CE3F06: hue angle of 17.1º 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 #CE3F06 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.19 |
| HSL | 17.1º | 0.94% | 0.42% | - |
| HSV(B) | 17.1º | 0.97% | 0.81% | - |
| XYZ | 27.26 | 16.69 | 1.96 | - |
| YUV | 99.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 6 | 0 | 0.69 | 0.97 | 0.19 | 17.1 | 0.94 | 0.42 |
| Hex | CE | 3F | 6 | 0 | 45 | 61 | 13 | 11 | 5E | 2A |
| Octal | 316 | 77 | 6 | 0 | 105 | 141 | 23 | 21 | 136 | 52 |
| Binary | 11001110 | 111111 | 110 | 0 | 1000101 | 1100001 | 10011 | 10001 | 1011110 | 101010 |
Color Harmonies of #CE3F06
Complementary color
Monochromatic Colors of #CE3F06
Black with #CE3F06
Text Example
Text Example
White with #CE3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F06; }
p { color: rgb(206,63,6); }
H1.HeaderClassName
{
color: #CE3F06;
}
.AnyTagClassName
{
color: #CE3F06;
}
</style>
background-color css
<style>
a { background-color: #CE3F06; }
a { background-color: rgb(206,63,6); }
div.DivClassName
{
background-color: #CE3F06;
}
.BgClassName
{
background-color: #CE3F06;
}
</style>
border-color css
<style>
span { border-color: #CE3F06; }
span { border-color: rgb(206,63,6); }
td.TdClassName
{
border-color: #CE3F06;
}
.TagClassName
{
border-color: #CE3F06;
}
</style>