Html Css Color HEX #CE3901 Harley Davidson Orange
📋 copy color: '#CE3901'red 206 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #CE3901
Tints of Harley Davidson Orange #CE3901
RGB
CMYK
RGB Variations
Color information
#CE3901 (or 0xCE3901) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 01. RGB value is (206,57,1). Sum of RGB (Red+Green+Blue) = 206+57+1=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3901 is #31C6FE. Grayscale: #5F5F5F. Windows color (decimal): -3262207 or 80334. OLE color: 80334.
HSL color Cylindrical-coordinate representation of color #CE3901: hue angle of 16.39º 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 #CE3901 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.19 |
| HSL | 16.39º | 0.99% | 0.41% | - |
| HSV(B) | 16.39º | 1% | 0.81% | - |
| XYZ | 26.92 | 16.05 | 1.71 | - |
| YUV | 95.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 1 | 0 | 0.72 | 1.00 | 0.19 | 16.39 | 0.99 | 0.41 |
| Hex | CE | 39 | 1 | 0 | 48 | 64 | 13 | 10 | 63 | 29 |
| Octal | 316 | 71 | 1 | 0 | 110 | 144 | 23 | 20 | 143 | 51 |
| Binary | 11001110 | 111001 | 1 | 0 | 1001000 | 1100100 | 10011 | 10000 | 1100011 | 101001 |
Color Harmonies of #CE3901
Complementary color
Monochromatic Colors of #CE3901
Black with #CE3901
Text Example
Text Example
White with #CE3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3901; }
p { color: rgb(206,57,1); }
H1.HeaderClassName
{
color: #CE3901;
}
.AnyTagClassName
{
color: #CE3901;
}
</style>
background-color css
<style>
a { background-color: #CE3901; }
a { background-color: rgb(206,57,1); }
div.DivClassName
{
background-color: #CE3901;
}
.BgClassName
{
background-color: #CE3901;
}
</style>
border-color css
<style>
span { border-color: #CE3901; }
span { border-color: rgb(206,57,1); }
td.TdClassName
{
border-color: #CE3901;
}
.TagClassName
{
border-color: #CE3901;
}
</style>