Html Css Color HEX #CE2001 Harley Davidson Orange
📋 copy color: '#CE2001'red 206 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #CE2001
Tints of Harley Davidson Orange #CE2001
RGB
CMYK
RGB Variations
Color information
#CE2001 (or 0xCE2001) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 01. RGB value is (206,32,1). Sum of RGB (Red+Green+Blue) = 206+32+1=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2001 is #31DFFE. Grayscale: #505050. Windows color (decimal): -3268607 or 73934. OLE color: 73934.
HSL color Cylindrical-coordinate representation of color #CE2001: hue angle of 9.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2001 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.19 |
| HSL | 9.07º | 0.99% | 0.41% | - |
| HSV(B) | 9.07º | 1% | 0.81% | - |
| XYZ | 25.98 | 14.16 | 1.39 | - |
| YUV | 80.49 | 83.15 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 1 | 0 | 0.84 | 1.00 | 0.19 | 9.07 | 0.99 | 0.41 |
| Hex | CE | 20 | 1 | 0 | 54 | 64 | 13 | 9 | 63 | 29 |
| Octal | 316 | 40 | 1 | 0 | 124 | 144 | 23 | 11 | 143 | 51 |
| Binary | 11001110 | 100000 | 1 | 0 | 1010100 | 1100100 | 10011 | 1001 | 1100011 | 101001 |
Color Harmonies of #CE2001
Complementary color
Monochromatic Colors of #CE2001
Black with #CE2001
Text Example
Text Example
White with #CE2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2001; }
p { color: rgb(206,32,1); }
H1.HeaderClassName
{
color: #CE2001;
}
.AnyTagClassName
{
color: #CE2001;
}
</style>
background-color css
<style>
a { background-color: #CE2001; }
a { background-color: rgb(206,32,1); }
div.DivClassName
{
background-color: #CE2001;
}
.BgClassName
{
background-color: #CE2001;
}
</style>
border-color css
<style>
span { border-color: #CE2001; }
span { border-color: rgb(206,32,1); }
td.TdClassName
{
border-color: #CE2001;
}
.TagClassName
{
border-color: #CE2001;
}
</style>