Html Css Color HEX #CE361E Harley Davidson Orange
📋 copy color: '#CE361E'red 206 ◦ green 54 ◦ blue 30
Shades of Harley Davidson Orange #CE361E
Tints of Harley Davidson Orange #CE361E
RGB
CMYK
RGB Variations
Color information
#CE361E (or 0xCE361E) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 1E. RGB value is (206,54,30). Sum of RGB (Red+Green+Blue) = 206+54+30=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE361E is #31C9E1. Grayscale: #606060. Windows color (decimal): -3262946 or 1980110. OLE color: 1980110.
HSL color Cylindrical-coordinate representation of color #CE361E: hue angle of 8.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE361E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.19 |
| HSL | 8.18º | 0.75% | 0.46% | - |
| HSV(B) | 8.18º | 0.85% | 0.81% | - |
| XYZ | 27.01 | 15.85 | 2.86 | - |
| YUV | 96.71 | 90.36 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 30 | 0 | 0.74 | 0.85 | 0.19 | 8.18 | 0.75 | 0.46 |
| Hex | CE | 36 | 1E | 0 | 4A | 55 | 13 | 8 | 4B | 2E |
| Octal | 316 | 66 | 36 | 0 | 112 | 125 | 23 | 10 | 113 | 56 |
| Binary | 11001110 | 110110 | 11110 | 0 | 1001010 | 1010101 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CE361E
Complementary color
Monochromatic Colors of #CE361E
Black with #CE361E
Text Example
Text Example
White with #CE361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE361E; }
p { color: rgb(206,54,30); }
H1.HeaderClassName
{
color: #CE361E;
}
.AnyTagClassName
{
color: #CE361E;
}
</style>
background-color css
<style>
a { background-color: #CE361E; }
a { background-color: rgb(206,54,30); }
div.DivClassName
{
background-color: #CE361E;
}
.BgClassName
{
background-color: #CE361E;
}
</style>
border-color css
<style>
span { border-color: #CE361E; }
span { border-color: rgb(206,54,30); }
td.TdClassName
{
border-color: #CE361E;
}
.TagClassName
{
border-color: #CE361E;
}
</style>