Html Css Color HEX #CE380C Harley Davidson Orange
📋 copy color: '#CE380C'red 206 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #CE380C
Tints of Harley Davidson Orange #CE380C
RGB
CMYK
RGB Variations
Color information
#CE380C (or 0xCE380C) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 0C. RGB value is (206,56,12). Sum of RGB (Red+Green+Blue) = 206+56+12=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE380C is #31C7F3. Grayscale: #606060. Windows color (decimal): -3262452 or 800974. OLE color: 800974.
HSL color Cylindrical-coordinate representation of color #CE380C: hue angle of 13.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE380C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.19 |
| HSL | 13.61º | 0.89% | 0.43% | - |
| HSV(B) | 13.61º | 0.94% | 0.81% | - |
| XYZ | 26.93 | 15.98 | 2.01 | - |
| YUV | 95.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 12 | 0 | 0.73 | 0.94 | 0.19 | 13.61 | 0.89 | 0.43 |
| Hex | CE | 38 | C | 0 | 49 | 5E | 13 | E | 59 | 2B |
| Octal | 316 | 70 | 14 | 0 | 111 | 136 | 23 | 16 | 131 | 53 |
| Binary | 11001110 | 111000 | 1100 | 0 | 1001001 | 1011110 | 10011 | 1110 | 1011001 | 101011 |
Color Harmonies of #CE380C
Complementary color
Monochromatic Colors of #CE380C
Black with #CE380C
Text Example
Text Example
White with #CE380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE380C; }
p { color: rgb(206,56,12); }
H1.HeaderClassName
{
color: #CE380C;
}
.AnyTagClassName
{
color: #CE380C;
}
</style>
background-color css
<style>
a { background-color: #CE380C; }
a { background-color: rgb(206,56,12); }
div.DivClassName
{
background-color: #CE380C;
}
.BgClassName
{
background-color: #CE380C;
}
</style>
border-color css
<style>
span { border-color: #CE380C; }
span { border-color: rgb(206,56,12); }
td.TdClassName
{
border-color: #CE380C;
}
.TagClassName
{
border-color: #CE380C;
}
</style>