Html Css Color HEX #CE260D Harley Davidson Orange
📋 copy color: '#CE260D'red 206 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #CE260D
Tints of Harley Davidson Orange #CE260D
RGB
CMYK
RGB Variations
Color information
#CE260D (or 0xCE260D) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 0D. RGB value is (206,38,13). Sum of RGB (Red+Green+Blue) = 206+38+13=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE260D is #31D9F2. Grayscale: #555555. Windows color (decimal): -3267059 or 861902. OLE color: 861902.
HSL color Cylindrical-coordinate representation of color #CE260D: hue angle of 7.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE260D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.19 |
| HSL | 7.77º | 0.88% | 0.43% | - |
| HSV(B) | 7.77º | 0.94% | 0.81% | - |
| XYZ | 26.22 | 14.54 | 1.8 | - |
| YUV | 85.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 13 | 0 | 0.82 | 0.94 | 0.19 | 7.77 | 0.88 | 0.43 |
| Hex | CE | 26 | D | 0 | 52 | 5E | 13 | 8 | 58 | 2B |
| Octal | 316 | 46 | 15 | 0 | 122 | 136 | 23 | 10 | 130 | 53 |
| Binary | 11001110 | 100110 | 1101 | 0 | 1010010 | 1011110 | 10011 | 1000 | 1011000 | 101011 |
Color Harmonies of #CE260D
Complementary color
Monochromatic Colors of #CE260D
Black with #CE260D
Text Example
Text Example
White with #CE260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE260D; }
p { color: rgb(206,38,13); }
H1.HeaderClassName
{
color: #CE260D;
}
.AnyTagClassName
{
color: #CE260D;
}
</style>
background-color css
<style>
a { background-color: #CE260D; }
a { background-color: rgb(206,38,13); }
div.DivClassName
{
background-color: #CE260D;
}
.BgClassName
{
background-color: #CE260D;
}
</style>
border-color css
<style>
span { border-color: #CE260D; }
span { border-color: rgb(206,38,13); }
td.TdClassName
{
border-color: #CE260D;
}
.TagClassName
{
border-color: #CE260D;
}
</style>