Html Css Color HEX #CE300F Harley Davidson Orange
📋 copy color: '#CE300F'red 206 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #CE300F
Tints of Harley Davidson Orange #CE300F
RGB
CMYK
RGB Variations
Color information
#CE300F (or 0xCE300F) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 0F. RGB value is (206,48,15). Sum of RGB (Red+Green+Blue) = 206+48+15=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE300F is #31CFF0. Grayscale: #5B5B5B. Windows color (decimal): -3264497 or 995534. OLE color: 995534.
HSL color Cylindrical-coordinate representation of color #CE300F: hue angle of 10.37º 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 #CE300F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.19 |
| HSL | 10.37º | 0.86% | 0.43% | - |
| HSV(B) | 10.37º | 0.93% | 0.81% | - |
| XYZ | 26.6 | 15.27 | 2 | - |
| YUV | 91.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 15 | 0 | 0.77 | 0.93 | 0.19 | 10.37 | 0.86 | 0.43 |
| Hex | CE | 30 | F | 0 | 4D | 5D | 13 | A | 56 | 2B |
| Octal | 316 | 60 | 17 | 0 | 115 | 135 | 23 | 12 | 126 | 53 |
| Binary | 11001110 | 110000 | 1111 | 0 | 1001101 | 1011101 | 10011 | 1010 | 1010110 | 101011 |
Color Harmonies of #CE300F
Complementary color
Monochromatic Colors of #CE300F
Black with #CE300F
Text Example
Text Example
White with #CE300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE300F; }
p { color: rgb(206,48,15); }
H1.HeaderClassName
{
color: #CE300F;
}
.AnyTagClassName
{
color: #CE300F;
}
</style>
background-color css
<style>
a { background-color: #CE300F; }
a { background-color: rgb(206,48,15); }
div.DivClassName
{
background-color: #CE300F;
}
.BgClassName
{
background-color: #CE300F;
}
</style>
border-color css
<style>
span { border-color: #CE300F; }
span { border-color: rgb(206,48,15); }
td.TdClassName
{
border-color: #CE300F;
}
.TagClassName
{
border-color: #CE300F;
}
</style>