Html Css Color HEX #CE2000 Harley Davidson Orange
📋 copy color: '#CE2000'red 206 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #CE2000
Tints of Harley Davidson Orange #CE2000
RGB
CMYK
RGB Variations
Color information
#CE2000 (or 0xCE2000) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 00. RGB value is (206,32,0). Sum of RGB (Red+Green+Blue) = 206+32+0=238 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.55% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2000 is #31DFFF. Grayscale: #505050. Windows color (decimal): -3268608 or 8398. OLE color: 8398.
HSL color Cylindrical-coordinate representation of color #CE2000: hue angle of 9.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.19 |
| HSL | 9.32º | 1% | 0.4% | - |
| HSV(B) | 9.32º | 1% | 0.81% | - |
| XYZ | 25.97 | 14.15 | 1.36 | - |
| YUV | 80.38 | 82.65 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 0 | 0 | 0.84 | 1 | 0.19 | 9.32 | 1 | 0.4 |
| Hex | CE | 20 | 0 | 0 | 54 | 64 | 13 | 9 | 64 | 28 |
| Octal | 316 | 40 | 0 | 0 | 124 | 144 | 23 | 11 | 144 | 50 |
| Binary | 11001110 | 100000 | 0 | 0 | 1010100 | 1100100 | 10011 | 1001 | 1100100 | 101000 |
Color Harmonies of #CE2000
Complementary color
Monochromatic Colors of #CE2000
Black with #CE2000
Text Example
Text Example
White with #CE2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2000; }
p { color: rgb(206,32,0); }
H1.HeaderClassName
{
color: #CE2000;
}
.AnyTagClassName
{
color: #CE2000;
}
</style>
background-color css
<style>
a { background-color: #CE2000; }
a { background-color: rgb(206,32,0); }
div.DivClassName
{
background-color: #CE2000;
}
.BgClassName
{
background-color: #CE2000;
}
</style>
border-color css
<style>
span { border-color: #CE2000; }
span { border-color: rgb(206,32,0); }
td.TdClassName
{
border-color: #CE2000;
}
.TagClassName
{
border-color: #CE2000;
}
</style>