Html Css Color HEX #CE360B Harley Davidson Orange
📋 copy color: '#CE360B'red 206 ◦ green 54 ◦ blue 11
Shades of Harley Davidson Orange #CE360B
Tints of Harley Davidson Orange #CE360B
RGB
CMYK
RGB Variations
Color information
#CE360B (or 0xCE360B) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 0B. RGB value is (206,54,11). Sum of RGB (Red+Green+Blue) = 206+54+11=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE360B is #31C9F4. Grayscale: #5E5E5E. Windows color (decimal): -3262965 or 734926. OLE color: 734926.
HSL color Cylindrical-coordinate representation of color #CE360B: hue angle of 13.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE360B is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 11 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.19 |
| HSL | 13.23º | 0.9% | 0.43% | - |
| HSV(B) | 13.23º | 0.95% | 0.81% | - |
| XYZ | 26.83 | 15.78 | 1.95 | - |
| YUV | 94.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 11 | 0 | 0.74 | 0.95 | 0.19 | 13.23 | 0.9 | 0.43 |
| Hex | CE | 36 | B | 0 | 4A | 5F | 13 | D | 5A | 2B |
| Octal | 316 | 66 | 13 | 0 | 112 | 137 | 23 | 15 | 132 | 53 |
| Binary | 11001110 | 110110 | 1011 | 0 | 1001010 | 1011111 | 10011 | 1101 | 1011010 | 101011 |
Color Harmonies of #CE360B
Complementary color
Monochromatic Colors of #CE360B
Black with #CE360B
Text Example
Text Example
White with #CE360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE360B; }
p { color: rgb(206,54,11); }
H1.HeaderClassName
{
color: #CE360B;
}
.AnyTagClassName
{
color: #CE360B;
}
</style>
background-color css
<style>
a { background-color: #CE360B; }
a { background-color: rgb(206,54,11); }
div.DivClassName
{
background-color: #CE360B;
}
.BgClassName
{
background-color: #CE360B;
}
</style>
border-color css
<style>
span { border-color: #CE360B; }
span { border-color: rgb(206,54,11); }
td.TdClassName
{
border-color: #CE360B;
}
.TagClassName
{
border-color: #CE360B;
}
</style>