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