Html Css Color HEX #CE3307 Harley Davidson Orange
📋 copy color: '#CE3307'red 206 ◦ green 51 ◦ blue 7
Shades of Harley Davidson Orange #CE3307
Tints of Harley Davidson Orange #CE3307
RGB
CMYK
RGB Variations
Color information
#CE3307 (or 0xCE3307) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 07. RGB value is (206,51,7). Sum of RGB (Red+Green+Blue) = 206+51+7=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3307 is #31CCF8. Grayscale: #5C5C5C. Windows color (decimal): -3263737 or 472014. OLE color: 472014.
HSL color Cylindrical-coordinate representation of color #CE3307: hue angle of 13.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE3307 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 7 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.19 |
| HSL | 13.27º | 0.93% | 0.42% | - |
| HSV(B) | 13.27º | 0.97% | 0.81% | - |
| XYZ | 26.68 | 15.5 | 1.79 | - |
| YUV | 92.33 | 79.85 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 7 | 0 | 0.75 | 0.97 | 0.19 | 13.27 | 0.93 | 0.42 |
| Hex | CE | 33 | 7 | 0 | 4B | 61 | 13 | D | 5D | 2A |
| Octal | 316 | 63 | 7 | 0 | 113 | 141 | 23 | 15 | 135 | 52 |
| Binary | 11001110 | 110011 | 111 | 0 | 1001011 | 1100001 | 10011 | 1101 | 1011101 | 101010 |
Color Harmonies of #CE3307
Complementary color
Monochromatic Colors of #CE3307
Black with #CE3307
Text Example
Text Example
White with #CE3307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3307; }
p { color: rgb(206,51,7); }
H1.HeaderClassName
{
color: #CE3307;
}
.AnyTagClassName
{
color: #CE3307;
}
</style>
background-color css
<style>
a { background-color: #CE3307; }
a { background-color: rgb(206,51,7); }
div.DivClassName
{
background-color: #CE3307;
}
.BgClassName
{
background-color: #CE3307;
}
</style>
border-color css
<style>
span { border-color: #CE3307; }
span { border-color: rgb(206,51,7); }
td.TdClassName
{
border-color: #CE3307;
}
.TagClassName
{
border-color: #CE3307;
}
</style>