Html Css Color HEX #CE380F Harley Davidson Orange
📋 copy color: '#CE380F'red 206 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #CE380F
Tints of Harley Davidson Orange #CE380F
RGB
CMYK
RGB Variations
Color information
#CE380F (or 0xCE380F) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 0F. RGB value is (206,56,15). Sum of RGB (Red+Green+Blue) = 206+56+15=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE380F is #31C7F0. Grayscale: #606060. Windows color (decimal): -3262449 or 997582. OLE color: 997582.
HSL color Cylindrical-coordinate representation of color #CE380F: hue angle of 12.88º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE380F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.19 |
| HSL | 12.88º | 0.86% | 0.43% | - |
| HSV(B) | 12.88º | 0.93% | 0.81% | - |
| XYZ | 26.95 | 15.98 | 2.12 | - |
| YUV | 96.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 15 | 0 | 0.73 | 0.93 | 0.19 | 12.88 | 0.86 | 0.43 |
| Hex | CE | 38 | F | 0 | 49 | 5D | 13 | D | 56 | 2B |
| Octal | 316 | 70 | 17 | 0 | 111 | 135 | 23 | 15 | 126 | 53 |
| Binary | 11001110 | 111000 | 1111 | 0 | 1001001 | 1011101 | 10011 | 1101 | 1010110 | 101011 |
Color Harmonies of #CE380F
Complementary color
Monochromatic Colors of #CE380F
Black with #CE380F
Text Example
Text Example
White with #CE380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE380F; }
p { color: rgb(206,56,15); }
H1.HeaderClassName
{
color: #CE380F;
}
.AnyTagClassName
{
color: #CE380F;
}
</style>
background-color css
<style>
a { background-color: #CE380F; }
a { background-color: rgb(206,56,15); }
div.DivClassName
{
background-color: #CE380F;
}
.BgClassName
{
background-color: #CE380F;
}
</style>
border-color css
<style>
span { border-color: #CE380F; }
span { border-color: rgb(206,56,15); }
td.TdClassName
{
border-color: #CE380F;
}
.TagClassName
{
border-color: #CE380F;
}
</style>