Html Css Color HEX #CE1D07 Harley Davidson Orange
📋 copy color: '#CE1D07'red 206 ◦ green 29 ◦ blue 7
Shades of Harley Davidson Orange #CE1D07
Tints of Harley Davidson Orange #CE1D07
RGB
CMYK
RGB Variations
Color information
#CE1D07 (or 0xCE1D07) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 07. RGB value is (206,29,7). Sum of RGB (Red+Green+Blue) = 206+29+7=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D07 is #31E2F8. Grayscale: #4F4F4F. Windows color (decimal): -3269369 or 466382. OLE color: 466382.
HSL color Cylindrical-coordinate representation of color #CE1D07: hue angle of 6.63º 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 #CE1D07 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.19 |
| HSL | 6.63º | 0.93% | 0.42% | - |
| HSV(B) | 6.63º | 0.97% | 0.81% | - |
| XYZ | 25.93 | 14.02 | 1.54 | - |
| YUV | 79.42 | 87.14 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 7 | 0 | 0.86 | 0.97 | 0.19 | 6.63 | 0.93 | 0.42 |
| Hex | CE | 1D | 7 | 0 | 56 | 61 | 13 | 7 | 5D | 2A |
| Octal | 316 | 35 | 7 | 0 | 126 | 141 | 23 | 7 | 135 | 52 |
| Binary | 11001110 | 11101 | 111 | 0 | 1010110 | 1100001 | 10011 | 111 | 1011101 | 101010 |
Color Harmonies of #CE1D07
Complementary color
Monochromatic Colors of #CE1D07
Black with #CE1D07
Text Example
Text Example
White with #CE1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D07; }
p { color: rgb(206,29,7); }
H1.HeaderClassName
{
color: #CE1D07;
}
.AnyTagClassName
{
color: #CE1D07;
}
</style>
background-color css
<style>
a { background-color: #CE1D07; }
a { background-color: rgb(206,29,7); }
div.DivClassName
{
background-color: #CE1D07;
}
.BgClassName
{
background-color: #CE1D07;
}
</style>
border-color css
<style>
span { border-color: #CE1D07; }
span { border-color: rgb(206,29,7); }
td.TdClassName
{
border-color: #CE1D07;
}
.TagClassName
{
border-color: #CE1D07;
}
</style>