Html Css Color HEX #CE2600 Harley Davidson Orange
📋 copy color: '#CE2600'red 206 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #CE2600
Tints of Harley Davidson Orange #CE2600
RGB
CMYK
RGB Variations
Color information
#CE2600 (or 0xCE2600) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 00. RGB value is (206,38,0). Sum of RGB (Red+Green+Blue) = 206+38+0=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2600 is #31D9FF. Grayscale: #545454. Windows color (decimal): -3267072 or 9934. OLE color: 9934.
HSL color Cylindrical-coordinate representation of color #CE2600: hue angle of 11.07º 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 #CE2600 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.19 |
| HSL | 11.07º | 1% | 0.4% | - |
| HSV(B) | 11.07º | 1% | 0.81% | - |
| XYZ | 26.15 | 14.51 | 1.42 | - |
| YUV | 83.9 | 80.66 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 0 | 0 | 0.82 | 1 | 0.19 | 11.07 | 1 | 0.4 |
| Hex | CE | 26 | 0 | 0 | 52 | 64 | 13 | B | 64 | 28 |
| Octal | 316 | 46 | 0 | 0 | 122 | 144 | 23 | 13 | 144 | 50 |
| Binary | 11001110 | 100110 | 0 | 0 | 1010010 | 1100100 | 10011 | 1011 | 1100100 | 101000 |
Color Harmonies of #CE2600
Complementary color
Monochromatic Colors of #CE2600
Black with #CE2600
Text Example
Text Example
White with #CE2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2600; }
p { color: rgb(206,38,0); }
H1.HeaderClassName
{
color: #CE2600;
}
.AnyTagClassName
{
color: #CE2600;
}
</style>
background-color css
<style>
a { background-color: #CE2600; }
a { background-color: rgb(206,38,0); }
div.DivClassName
{
background-color: #CE2600;
}
.BgClassName
{
background-color: #CE2600;
}
</style>
border-color css
<style>
span { border-color: #CE2600; }
span { border-color: rgb(206,38,0); }
td.TdClassName
{
border-color: #CE2600;
}
.TagClassName
{
border-color: #CE2600;
}
</style>