Html Css Color HEX #CE3908 Harley Davidson Orange
📋 copy color: '#CE3908'red 206 ◦ green 57 ◦ blue 8
Shades of Harley Davidson Orange #CE3908
Tints of Harley Davidson Orange #CE3908
RGB
CMYK
RGB Variations
Color information
#CE3908 (or 0xCE3908) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 08. RGB value is (206,57,8). Sum of RGB (Red+Green+Blue) = 206+57+8=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3908 is #31C6F7. Grayscale: #606060. Windows color (decimal): -3262200 or 539086. OLE color: 539086.
HSL color Cylindrical-coordinate representation of color #CE3908: hue angle of 14.85º 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 #CE3908 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.19 |
| HSL | 14.85º | 0.93% | 0.42% | - |
| HSV(B) | 14.85º | 0.96% | 0.81% | - |
| XYZ | 26.96 | 16.07 | 1.91 | - |
| YUV | 95.97 | 78.36 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 8 | 0 | 0.72 | 0.96 | 0.19 | 14.85 | 0.93 | 0.42 |
| Hex | CE | 39 | 8 | 0 | 48 | 60 | 13 | F | 5D | 2A |
| Octal | 316 | 71 | 10 | 0 | 110 | 140 | 23 | 17 | 135 | 52 |
| Binary | 11001110 | 111001 | 1000 | 0 | 1001000 | 1100000 | 10011 | 1111 | 1011101 | 101010 |
Color Harmonies of #CE3908
Complementary color
Monochromatic Colors of #CE3908
Black with #CE3908
Text Example
Text Example
White with #CE3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3908; }
p { color: rgb(206,57,8); }
H1.HeaderClassName
{
color: #CE3908;
}
.AnyTagClassName
{
color: #CE3908;
}
</style>
background-color css
<style>
a { background-color: #CE3908; }
a { background-color: rgb(206,57,8); }
div.DivClassName
{
background-color: #CE3908;
}
.BgClassName
{
background-color: #CE3908;
}
</style>
border-color css
<style>
span { border-color: #CE3908; }
span { border-color: rgb(206,57,8); }
td.TdClassName
{
border-color: #CE3908;
}
.TagClassName
{
border-color: #CE3908;
}
</style>