Html Css Color HEX #CE3E01 Harley Davidson Orange
📋 copy color: '#CE3E01'red 206 ◦ green 62 ◦ blue 1
Shades of Harley Davidson Orange #CE3E01
Tints of Harley Davidson Orange #CE3E01
RGB
CMYK
RGB Variations
Color information
#CE3E01 (or 0xCE3E01) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 01. RGB value is (206,62,1). Sum of RGB (Red+Green+Blue) = 206+62+1=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3E01 is #31C1FE. Grayscale: #626262. Windows color (decimal): -3260927 or 81614. OLE color: 81614.
HSL color Cylindrical-coordinate representation of color #CE3E01: hue angle of 17.85º 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 #CE3E01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.19 |
| HSL | 17.85º | 0.99% | 0.41% | - |
| HSV(B) | 17.85º | 1% | 0.81% | - |
| XYZ | 27.18 | 16.57 | 1.79 | - |
| YUV | 98.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 1 | 0 | 0.70 | 1.00 | 0.19 | 17.85 | 0.99 | 0.41 |
| Hex | CE | 3E | 1 | 0 | 46 | 64 | 13 | 12 | 63 | 29 |
| Octal | 316 | 76 | 1 | 0 | 106 | 144 | 23 | 22 | 143 | 51 |
| Binary | 11001110 | 111110 | 1 | 0 | 1000110 | 1100100 | 10011 | 10010 | 1100011 | 101001 |
Color Harmonies of #CE3E01
Complementary color
Monochromatic Colors of #CE3E01
Black with #CE3E01
Text Example
Text Example
White with #CE3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E01; }
p { color: rgb(206,62,1); }
H1.HeaderClassName
{
color: #CE3E01;
}
.AnyTagClassName
{
color: #CE3E01;
}
</style>
background-color css
<style>
a { background-color: #CE3E01; }
a { background-color: rgb(206,62,1); }
div.DivClassName
{
background-color: #CE3E01;
}
.BgClassName
{
background-color: #CE3E01;
}
</style>
border-color css
<style>
span { border-color: #CE3E01; }
span { border-color: rgb(206,62,1); }
td.TdClassName
{
border-color: #CE3E01;
}
.TagClassName
{
border-color: #CE3E01;
}
</style>