Html Css Color HEX #CE261D Harley Davidson Orange
📋 copy color: '#CE261D'red 206 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #CE261D
Tints of Harley Davidson Orange #CE261D
RGB
CMYK
RGB Variations
Color information
#CE261D (or 0xCE261D) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 1D. RGB value is (206,38,29). Sum of RGB (Red+Green+Blue) = 206+38+29=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE261D is #31D9E2. Grayscale: #575757. Windows color (decimal): -3267043 or 1910478. OLE color: 1910478.
HSL color Cylindrical-coordinate representation of color #CE261D: hue angle of 3.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE261D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.19 |
| HSL | 3.05º | 0.75% | 0.46% | - |
| HSV(B) | 3.05º | 0.86% | 0.81% | - |
| XYZ | 26.37 | 14.6 | 2.59 | - |
| YUV | 87.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 29 | 0 | 0.82 | 0.86 | 0.19 | 3.05 | 0.75 | 0.46 |
| Hex | CE | 26 | 1D | 0 | 52 | 56 | 13 | 3 | 4B | 2E |
| Octal | 316 | 46 | 35 | 0 | 122 | 126 | 23 | 3 | 113 | 56 |
| Binary | 11001110 | 100110 | 11101 | 0 | 1010010 | 1010110 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CE261D
Complementary color
Monochromatic Colors of #CE261D
Black with #CE261D
Text Example
Text Example
White with #CE261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE261D; }
p { color: rgb(206,38,29); }
H1.HeaderClassName
{
color: #CE261D;
}
.AnyTagClassName
{
color: #CE261D;
}
</style>
background-color css
<style>
a { background-color: #CE261D; }
a { background-color: rgb(206,38,29); }
div.DivClassName
{
background-color: #CE261D;
}
.BgClassName
{
background-color: #CE261D;
}
</style>
border-color css
<style>
span { border-color: #CE261D; }
span { border-color: rgb(206,38,29); }
td.TdClassName
{
border-color: #CE261D;
}
.TagClassName
{
border-color: #CE261D;
}
</style>