Html Css Color HEX #CE4001 Harley Davidson Orange
📋 copy color: '#CE4001'red 206 ◦ green 64 ◦ blue 1
Shades of Harley Davidson Orange #CE4001
Tints of Harley Davidson Orange #CE4001
RGB
CMYK
RGB Variations
Color information
#CE4001 (or 0xCE4001) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 01. RGB value is (206,64,1). Sum of RGB (Red+Green+Blue) = 206+64+1=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4001 is #31BFFE. Grayscale: #636363. Windows color (decimal): -3260415 or 82126. OLE color: 82126.
HSL color Cylindrical-coordinate representation of color #CE4001: hue angle of 18.44º 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 #CE4001 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.19 |
| HSL | 18.44º | 0.99% | 0.41% | - |
| HSV(B) | 18.44º | 1% | 0.81% | - |
| XYZ | 27.29 | 16.79 | 1.83 | - |
| YUV | 99.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 1 | 0 | 0.69 | 1.00 | 0.19 | 18.44 | 0.99 | 0.41 |
| Hex | CE | 40 | 1 | 0 | 45 | 64 | 13 | 12 | 63 | 29 |
| Octal | 316 | 100 | 1 | 0 | 105 | 144 | 23 | 22 | 143 | 51 |
| Binary | 11001110 | 1000000 | 1 | 0 | 1000101 | 1100100 | 10011 | 10010 | 1100011 | 101001 |
Color Harmonies of #CE4001
Complementary color
Monochromatic Colors of #CE4001
Black with #CE4001
Text Example
Text Example
White with #CE4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4001; }
p { color: rgb(206,64,1); }
H1.HeaderClassName
{
color: #CE4001;
}
.AnyTagClassName
{
color: #CE4001;
}
</style>
background-color css
<style>
a { background-color: #CE4001; }
a { background-color: rgb(206,64,1); }
div.DivClassName
{
background-color: #CE4001;
}
.BgClassName
{
background-color: #CE4001;
}
</style>
border-color css
<style>
span { border-color: #CE4001; }
span { border-color: rgb(206,64,1); }
td.TdClassName
{
border-color: #CE4001;
}
.TagClassName
{
border-color: #CE4001;
}
</style>