Html Css Color HEX #CE4025 Harley Davidson Orange
📋 copy color: '#CE4025'red 206 ◦ green 64 ◦ blue 37
Shades of Harley Davidson Orange #CE4025
Tints of Harley Davidson Orange #CE4025
RGB
CMYK
RGB Variations
Color information
#CE4025 (or 0xCE4025) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 25. RGB value is (206,64,37). Sum of RGB (Red+Green+Blue) = 206+64+37=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4025 is #31BFDA. Grayscale: #676767. Windows color (decimal): -3260379 or 2441422. OLE color: 2441422.
HSL color Cylindrical-coordinate representation of color #CE4025: hue angle of 9.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE4025 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 37 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.19 |
| HSL | 9.59º | 0.7% | 0.48% | - |
| HSV(B) | 9.59º | 0.82% | 0.81% | - |
| XYZ | 27.62 | 16.92 | 3.56 | - |
| YUV | 103.38 | 90.54 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 37 | 0 | 0.69 | 0.82 | 0.19 | 9.59 | 0.7 | 0.48 |
| Hex | CE | 40 | 25 | 0 | 45 | 52 | 13 | A | 46 | 30 |
| Octal | 316 | 100 | 45 | 0 | 105 | 122 | 23 | 12 | 106 | 60 |
| Binary | 11001110 | 1000000 | 100101 | 0 | 1000101 | 1010010 | 10011 | 1010 | 1000110 | 110000 |
Color Harmonies of #CE4025
Complementary color
Monochromatic Colors of #CE4025
Black with #CE4025
Text Example
Text Example
White with #CE4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4025; }
p { color: rgb(206,64,37); }
H1.HeaderClassName
{
color: #CE4025;
}
.AnyTagClassName
{
color: #CE4025;
}
</style>
background-color css
<style>
a { background-color: #CE4025; }
a { background-color: rgb(206,64,37); }
div.DivClassName
{
background-color: #CE4025;
}
.BgClassName
{
background-color: #CE4025;
}
</style>
border-color css
<style>
span { border-color: #CE4025; }
span { border-color: rgb(206,64,37); }
td.TdClassName
{
border-color: #CE4025;
}
.TagClassName
{
border-color: #CE4025;
}
</style>