Html Css Color HEX #CE360A Harley Davidson Orange
📋 copy color: '#CE360A'red 206 ◦ green 54 ◦ blue 10
Shades of Harley Davidson Orange #CE360A
Tints of Harley Davidson Orange #CE360A
RGB
CMYK
RGB Variations
Color information
#CE360A (or 0xCE360A) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 0A. RGB value is (206,54,10). Sum of RGB (Red+Green+Blue) = 206+54+10=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE360A is #31C9F5. Grayscale: #5E5E5E. Windows color (decimal): -3262966 or 669390. OLE color: 669390.
HSL color Cylindrical-coordinate representation of color #CE360A: hue angle of 13.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE360A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 13.47º | 0.91% | 0.42% | - |
| HSV(B) | 13.47º | 0.95% | 0.81% | - |
| XYZ | 26.83 | 15.78 | 1.92 | - |
| YUV | 94.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 10 | 0 | 0.74 | 0.95 | 0.19 | 13.47 | 0.91 | 0.42 |
| Hex | CE | 36 | A | 0 | 4A | 5F | 13 | D | 5B | 2A |
| Octal | 316 | 66 | 12 | 0 | 112 | 137 | 23 | 15 | 133 | 52 |
| Binary | 11001110 | 110110 | 1010 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011011 | 101010 |
Color Harmonies of #CE360A
Complementary color
Monochromatic Colors of #CE360A
Black with #CE360A
Text Example
Text Example
White with #CE360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE360A; }
p { color: rgb(206,54,10); }
H1.HeaderClassName
{
color: #CE360A;
}
.AnyTagClassName
{
color: #CE360A;
}
</style>
background-color css
<style>
a { background-color: #CE360A; }
a { background-color: rgb(206,54,10); }
div.DivClassName
{
background-color: #CE360A;
}
.BgClassName
{
background-color: #CE360A;
}
</style>
border-color css
<style>
span { border-color: #CE360A; }
span { border-color: rgb(206,54,10); }
td.TdClassName
{
border-color: #CE360A;
}
.TagClassName
{
border-color: #CE360A;
}
</style>