Html Css Color HEX #CE380E Harley Davidson Orange
📋 copy color: '#CE380E'red 206 ◦ green 56 ◦ blue 14
Shades of Harley Davidson Orange #CE380E
Tints of Harley Davidson Orange #CE380E
RGB
CMYK
RGB Variations
Color information
#CE380E (or 0xCE380E) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 0E. RGB value is (206,56,14). Sum of RGB (Red+Green+Blue) = 206+56+14=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE380E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE380E is #31C7F1. Grayscale: #606060. Windows color (decimal): -3262450 or 932046. OLE color: 932046.
HSL color Cylindrical-coordinate representation of color #CE380E: hue angle of 13.12º degrees, saturation: 0.87, 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 #CE380E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.19 |
| HSL | 13.13º | 0.87% | 0.43% | - |
| HSV(B) | 13.13º | 0.93% | 0.81% | - |
| XYZ | 26.95 | 15.98 | 2.08 | - |
| YUV | 96.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 14 | 0 | 0.73 | 0.93 | 0.19 | 13.13 | 0.87 | 0.43 |
| Hex | CE | 38 | E | 0 | 49 | 5D | 13 | D | 57 | 2B |
| Octal | 316 | 70 | 16 | 0 | 111 | 135 | 23 | 15 | 127 | 53 |
| Binary | 11001110 | 111000 | 1110 | 0 | 1001001 | 1011101 | 10011 | 1101 | 1010111 | 101011 |
Color Harmonies of #CE380E
Complementary color
Monochromatic Colors of #CE380E
Black with #CE380E
Text Example
Text Example
White with #CE380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE380E; }
p { color: rgb(206,56,14); }
H1.HeaderClassName
{
color: #CE380E;
}
.AnyTagClassName
{
color: #CE380E;
}
</style>
background-color css
<style>
a { background-color: #CE380E; }
a { background-color: rgb(206,56,14); }
div.DivClassName
{
background-color: #CE380E;
}
.BgClassName
{
background-color: #CE380E;
}
</style>
border-color css
<style>
span { border-color: #CE380E; }
span { border-color: rgb(206,56,14); }
td.TdClassName
{
border-color: #CE380E;
}
.TagClassName
{
border-color: #CE380E;
}
</style>