Html Css Color HEX #CE4024 Harley Davidson Orange
📋 copy color: '#CE4024'red 206 ◦ green 64 ◦ blue 36
Shades of Harley Davidson Orange #CE4024
Tints of Harley Davidson Orange #CE4024
RGB
CMYK
RGB Variations
Color information
#CE4024 (or 0xCE4024) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 24. RGB value is (206,64,36). Sum of RGB (Red+Green+Blue) = 206+64+36=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4024 is #31BFDB. Grayscale: #676767. Windows color (decimal): -3260380 or 2375886. OLE color: 2375886.
HSL color Cylindrical-coordinate representation of color #CE4024: hue angle of 9.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE4024 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 36 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.19 |
| HSL | 9.88º | 0.7% | 0.47% | - |
| HSV(B) | 9.88º | 0.83% | 0.81% | - |
| XYZ | 27.61 | 16.92 | 3.48 | - |
| YUV | 103.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 36 | 0 | 0.69 | 0.83 | 0.19 | 9.88 | 0.7 | 0.47 |
| Hex | CE | 40 | 24 | 0 | 45 | 53 | 13 | A | 46 | 2F |
| Octal | 316 | 100 | 44 | 0 | 105 | 123 | 23 | 12 | 106 | 57 |
| Binary | 11001110 | 1000000 | 100100 | 0 | 1000101 | 1010011 | 10011 | 1010 | 1000110 | 101111 |
Color Harmonies of #CE4024
Complementary color
Monochromatic Colors of #CE4024
Black with #CE4024
Text Example
Text Example
White with #CE4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4024; }
p { color: rgb(206,64,36); }
H1.HeaderClassName
{
color: #CE4024;
}
.AnyTagClassName
{
color: #CE4024;
}
</style>
background-color css
<style>
a { background-color: #CE4024; }
a { background-color: rgb(206,64,36); }
div.DivClassName
{
background-color: #CE4024;
}
.BgClassName
{
background-color: #CE4024;
}
</style>
border-color css
<style>
span { border-color: #CE4024; }
span { border-color: rgb(206,64,36); }
td.TdClassName
{
border-color: #CE4024;
}
.TagClassName
{
border-color: #CE4024;
}
</style>