Html Css Color HEX #CE4003 Harley Davidson Orange
📋 copy color: '#CE4003'red 206 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #CE4003
Tints of Harley Davidson Orange #CE4003
RGB
CMYK
RGB Variations
Color information
#CE4003 (or 0xCE4003) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 03. RGB value is (206,64,3). Sum of RGB (Red+Green+Blue) = 206+64+3=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4003 is #31BFFC. Grayscale: #636363. Windows color (decimal): -3260413 or 213198. OLE color: 213198.
HSL color Cylindrical-coordinate representation of color #CE4003: hue angle of 18.03º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE4003 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.19 |
| HSL | 18.03º | 0.97% | 0.41% | - |
| HSV(B) | 18.03º | 0.99% | 0.81% | - |
| XYZ | 27.3 | 16.8 | 1.89 | - |
| YUV | 99.5 | 73.54 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 3 | 0 | 0.69 | 0.99 | 0.19 | 18.03 | 0.97 | 0.41 |
| Hex | CE | 40 | 3 | 0 | 45 | 63 | 13 | 12 | 61 | 29 |
| Octal | 316 | 100 | 3 | 0 | 105 | 143 | 23 | 22 | 141 | 51 |
| Binary | 11001110 | 1000000 | 11 | 0 | 1000101 | 1100011 | 10011 | 10010 | 1100001 | 101001 |
Color Harmonies of #CE4003
Complementary color
Monochromatic Colors of #CE4003
Black with #CE4003
Text Example
Text Example
White with #CE4003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4003; }
p { color: rgb(206,64,3); }
H1.HeaderClassName
{
color: #CE4003;
}
.AnyTagClassName
{
color: #CE4003;
}
</style>
background-color css
<style>
a { background-color: #CE4003; }
a { background-color: rgb(206,64,3); }
div.DivClassName
{
background-color: #CE4003;
}
.BgClassName
{
background-color: #CE4003;
}
</style>
border-color css
<style>
span { border-color: #CE4003; }
span { border-color: rgb(206,64,3); }
td.TdClassName
{
border-color: #CE4003;
}
.TagClassName
{
border-color: #CE4003;
}
</style>