Html Css Color HEX #CE3708 Harley Davidson Orange
📋 copy color: '#CE3708'red 206 ◦ green 55 ◦ blue 8
Shades of Harley Davidson Orange #CE3708
Tints of Harley Davidson Orange #CE3708
RGB
CMYK
RGB Variations
Color information
#CE3708 (or 0xCE3708) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 08. RGB value is (206,55,8). Sum of RGB (Red+Green+Blue) = 206+55+8=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3708 is #31C8F7. Grayscale: #5F5F5F. Windows color (decimal): -3262712 or 538574. OLE color: 538574.
HSL color Cylindrical-coordinate representation of color #CE3708: hue angle of 14.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE3708 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.19 |
| HSL | 14.24º | 0.93% | 0.42% | - |
| HSV(B) | 14.24º | 0.96% | 0.81% | - |
| XYZ | 26.86 | 15.87 | 1.88 | - |
| YUV | 94.79 | 79.03 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 8 | 0 | 0.73 | 0.96 | 0.19 | 14.24 | 0.93 | 0.42 |
| Hex | CE | 37 | 8 | 0 | 49 | 60 | 13 | E | 5D | 2A |
| Octal | 316 | 67 | 10 | 0 | 111 | 140 | 23 | 16 | 135 | 52 |
| Binary | 11001110 | 110111 | 1000 | 0 | 1001001 | 1100000 | 10011 | 1110 | 1011101 | 101010 |
Color Harmonies of #CE3708
Complementary color
Monochromatic Colors of #CE3708
Black with #CE3708
Text Example
Text Example
White with #CE3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3708; }
p { color: rgb(206,55,8); }
H1.HeaderClassName
{
color: #CE3708;
}
.AnyTagClassName
{
color: #CE3708;
}
</style>
background-color css
<style>
a { background-color: #CE3708; }
a { background-color: rgb(206,55,8); }
div.DivClassName
{
background-color: #CE3708;
}
.BgClassName
{
background-color: #CE3708;
}
</style>
border-color css
<style>
span { border-color: #CE3708; }
span { border-color: rgb(206,55,8); }
td.TdClassName
{
border-color: #CE3708;
}
.TagClassName
{
border-color: #CE3708;
}
</style>