Html Css Color HEX #CE271D Harley Davidson Orange
📋 copy color: '#CE271D'red 206 ◦ green 39 ◦ blue 29
Shades of Harley Davidson Orange #CE271D
Tints of Harley Davidson Orange #CE271D
RGB
CMYK
RGB Variations
Color information
#CE271D (or 0xCE271D) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 1D. RGB value is (206,39,29). Sum of RGB (Red+Green+Blue) = 206+39+29=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE271D is #31D8E2. Grayscale: #585858. Windows color (decimal): -3266787 or 1910734. OLE color: 1910734.
HSL color Cylindrical-coordinate representation of color #CE271D: hue angle of 3.39º 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 #CE271D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.19 |
| HSL | 3.39º | 0.75% | 0.46% | - |
| HSV(B) | 3.39º | 0.86% | 0.81% | - |
| XYZ | 26.4 | 14.66 | 2.6 | - |
| YUV | 87.79 | 94.83 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 29 | 0 | 0.81 | 0.86 | 0.19 | 3.39 | 0.75 | 0.46 |
| Hex | CE | 27 | 1D | 0 | 51 | 56 | 13 | 3 | 4B | 2E |
| Octal | 316 | 47 | 35 | 0 | 121 | 126 | 23 | 3 | 113 | 56 |
| Binary | 11001110 | 100111 | 11101 | 0 | 1010001 | 1010110 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CE271D
Complementary color
Monochromatic Colors of #CE271D
Black with #CE271D
Text Example
Text Example
White with #CE271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE271D; }
p { color: rgb(206,39,29); }
H1.HeaderClassName
{
color: #CE271D;
}
.AnyTagClassName
{
color: #CE271D;
}
</style>
background-color css
<style>
a { background-color: #CE271D; }
a { background-color: rgb(206,39,29); }
div.DivClassName
{
background-color: #CE271D;
}
.BgClassName
{
background-color: #CE271D;
}
</style>
border-color css
<style>
span { border-color: #CE271D; }
span { border-color: rgb(206,39,29); }
td.TdClassName
{
border-color: #CE271D;
}
.TagClassName
{
border-color: #CE271D;
}
</style>