Html Css Color HEX #CE360D Harley Davidson Orange
📋 copy color: '#CE360D'red 206 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #CE360D
Tints of Harley Davidson Orange #CE360D
RGB
CMYK
RGB Variations
Color information
#CE360D (or 0xCE360D) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 0D. RGB value is (206,54,13). Sum of RGB (Red+Green+Blue) = 206+54+13=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE360D is #31C9F2. Grayscale: #5F5F5F. Windows color (decimal): -3262963 or 865998. OLE color: 865998.
HSL color Cylindrical-coordinate representation of color #CE360D: hue angle of 12.75º degrees, saturation: 0.88, 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 #CE360D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 13 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.19 |
| HSL | 12.75º | 0.88% | 0.43% | - |
| HSV(B) | 12.75º | 0.94% | 0.81% | - |
| XYZ | 26.85 | 15.79 | 2.01 | - |
| YUV | 94.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 13 | 0 | 0.74 | 0.94 | 0.19 | 12.75 | 0.88 | 0.43 |
| Hex | CE | 36 | D | 0 | 4A | 5E | 13 | D | 58 | 2B |
| Octal | 316 | 66 | 15 | 0 | 112 | 136 | 23 | 15 | 130 | 53 |
| Binary | 11001110 | 110110 | 1101 | 0 | 1001010 | 1011110 | 10011 | 1101 | 1011000 | 101011 |
Color Harmonies of #CE360D
Complementary color
Monochromatic Colors of #CE360D
Black with #CE360D
Text Example
Text Example
White with #CE360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE360D; }
p { color: rgb(206,54,13); }
H1.HeaderClassName
{
color: #CE360D;
}
.AnyTagClassName
{
color: #CE360D;
}
</style>
background-color css
<style>
a { background-color: #CE360D; }
a { background-color: rgb(206,54,13); }
div.DivClassName
{
background-color: #CE360D;
}
.BgClassName
{
background-color: #CE360D;
}
</style>
border-color css
<style>
span { border-color: #CE360D; }
span { border-color: rgb(206,54,13); }
td.TdClassName
{
border-color: #CE360D;
}
.TagClassName
{
border-color: #CE360D;
}
</style>