Html Css Color HEX #CE4208 Harley Davidson Orange
📋 copy color: '#CE4208'red 206 ◦ green 66 ◦ blue 8
Shades of Harley Davidson Orange #CE4208
Tints of Harley Davidson Orange #CE4208
RGB
CMYK
RGB Variations
Color information
#CE4208 (or 0xCE4208) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 08. RGB value is (206,66,8). Sum of RGB (Red+Green+Blue) = 206+66+8=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4208 is #31BDF7. Grayscale: #656565. Windows color (decimal): -3259896 or 541390. OLE color: 541390.
HSL color Cylindrical-coordinate representation of color #CE4208: hue angle of 17.58º 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 #CE4208 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.19 |
| HSL | 17.58º | 0.93% | 0.42% | - |
| HSV(B) | 17.58º | 0.96% | 0.81% | - |
| XYZ | 27.45 | 17.04 | 2.07 | - |
| YUV | 101.25 | 75.38 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 8 | 0 | 0.68 | 0.96 | 0.19 | 17.58 | 0.93 | 0.42 |
| Hex | CE | 42 | 8 | 0 | 44 | 60 | 13 | 12 | 5D | 2A |
| Octal | 316 | 102 | 10 | 0 | 104 | 140 | 23 | 22 | 135 | 52 |
| Binary | 11001110 | 1000010 | 1000 | 0 | 1000100 | 1100000 | 10011 | 10010 | 1011101 | 101010 |
Color Harmonies of #CE4208
Complementary color
Monochromatic Colors of #CE4208
Black with #CE4208
Text Example
Text Example
White with #CE4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4208; }
p { color: rgb(206,66,8); }
H1.HeaderClassName
{
color: #CE4208;
}
.AnyTagClassName
{
color: #CE4208;
}
</style>
background-color css
<style>
a { background-color: #CE4208; }
a { background-color: rgb(206,66,8); }
div.DivClassName
{
background-color: #CE4208;
}
.BgClassName
{
background-color: #CE4208;
}
</style>
border-color css
<style>
span { border-color: #CE4208; }
span { border-color: rgb(206,66,8); }
td.TdClassName
{
border-color: #CE4208;
}
.TagClassName
{
border-color: #CE4208;
}
</style>