Html Css Color HEX #CE271B Harley Davidson Orange
📋 copy color: '#CE271B'red 206 ◦ green 39 ◦ blue 27
Shades of Harley Davidson Orange #CE271B
Tints of Harley Davidson Orange #CE271B
RGB
CMYK
RGB Variations
Color information
#CE271B (or 0xCE271B) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 1B. RGB value is (206,39,27). Sum of RGB (Red+Green+Blue) = 206+39+27=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE271B is #31D8E4. Grayscale: #575757. Windows color (decimal): -3266789 or 1779662. OLE color: 1779662.
HSL color Cylindrical-coordinate representation of color #CE271B: hue angle of 4.02º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE271B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 27 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.19 |
| HSL | 4.02º | 0.77% | 0.46% | - |
| HSV(B) | 4.02º | 0.87% | 0.81% | - |
| XYZ | 26.38 | 14.65 | 2.47 | - |
| YUV | 87.57 | 93.83 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 27 | 0 | 0.81 | 0.87 | 0.19 | 4.02 | 0.77 | 0.46 |
| Hex | CE | 27 | 1B | 0 | 51 | 57 | 13 | 4 | 4D | 2E |
| Octal | 316 | 47 | 33 | 0 | 121 | 127 | 23 | 4 | 115 | 56 |
| Binary | 11001110 | 100111 | 11011 | 0 | 1010001 | 1010111 | 10011 | 100 | 1001101 | 101110 |
Color Harmonies of #CE271B
Complementary color
Monochromatic Colors of #CE271B
Black with #CE271B
Text Example
Text Example
White with #CE271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE271B; }
p { color: rgb(206,39,27); }
H1.HeaderClassName
{
color: #CE271B;
}
.AnyTagClassName
{
color: #CE271B;
}
</style>
background-color css
<style>
a { background-color: #CE271B; }
a { background-color: rgb(206,39,27); }
div.DivClassName
{
background-color: #CE271B;
}
.BgClassName
{
background-color: #CE271B;
}
</style>
border-color css
<style>
span { border-color: #CE271B; }
span { border-color: rgb(206,39,27); }
td.TdClassName
{
border-color: #CE271B;
}
.TagClassName
{
border-color: #CE271B;
}
</style>