Html Css Color HEX #CE1B0F Harley Davidson Orange
📋 copy color: '#CE1B0F'red 206 ◦ green 27 ◦ blue 15
Shades of Harley Davidson Orange #CE1B0F
Tints of Harley Davidson Orange #CE1B0F
RGB
CMYK
RGB Variations
Color information
#CE1B0F (or 0xCE1B0F) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 0F. RGB value is (206,27,15). Sum of RGB (Red+Green+Blue) = 206+27+15=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B0F is #31E4F0. Grayscale: #4F4F4F. Windows color (decimal): -3269873 or 990158. OLE color: 990158.
HSL color Cylindrical-coordinate representation of color #CE1B0F: hue angle of 3.77º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE1B0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 15 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.19 |
| HSL | 3.77º | 0.86% | 0.43% | - |
| HSV(B) | 3.77º | 0.93% | 0.81% | - |
| XYZ | 25.93 | 13.94 | 1.78 | - |
| YUV | 79.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 15 | 0 | 0.87 | 0.93 | 0.19 | 3.77 | 0.86 | 0.43 |
| Hex | CE | 1B | F | 0 | 57 | 5D | 13 | 4 | 56 | 2B |
| Octal | 316 | 33 | 17 | 0 | 127 | 135 | 23 | 4 | 126 | 53 |
| Binary | 11001110 | 11011 | 1111 | 0 | 1010111 | 1011101 | 10011 | 100 | 1010110 | 101011 |
Color Harmonies of #CE1B0F
Complementary color
Monochromatic Colors of #CE1B0F
Black with #CE1B0F
Text Example
Text Example
White with #CE1B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B0F; }
p { color: rgb(206,27,15); }
H1.HeaderClassName
{
color: #CE1B0F;
}
.AnyTagClassName
{
color: #CE1B0F;
}
</style>
background-color css
<style>
a { background-color: #CE1B0F; }
a { background-color: rgb(206,27,15); }
div.DivClassName
{
background-color: #CE1B0F;
}
.BgClassName
{
background-color: #CE1B0F;
}
</style>
border-color css
<style>
span { border-color: #CE1B0F; }
span { border-color: rgb(206,27,15); }
td.TdClassName
{
border-color: #CE1B0F;
}
.TagClassName
{
border-color: #CE1B0F;
}
</style>