Html Css Color HEX #CE271A Harley Davidson Orange
📋 copy color: '#CE271A'red 206 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #CE271A
Tints of Harley Davidson Orange #CE271A
RGB
CMYK
RGB Variations
Color information
#CE271A (or 0xCE271A) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 1A. RGB value is (206,39,26). Sum of RGB (Red+Green+Blue) = 206+39+26=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE271A is #31D8E5. Grayscale: #575757. Windows color (decimal): -3266790 or 1714126. OLE color: 1714126.
HSL color Cylindrical-coordinate representation of color #CE271A: hue angle of 4.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE271A is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 26 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.19 |
| HSL | 4.33º | 0.78% | 0.45% | - |
| HSV(B) | 4.33º | 0.87% | 0.81% | - |
| XYZ | 26.37 | 14.65 | 2.41 | - |
| YUV | 87.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 26 | 0 | 0.81 | 0.87 | 0.19 | 4.33 | 0.78 | 0.45 |
| Hex | CE | 27 | 1A | 0 | 51 | 57 | 13 | 4 | 4E | 2D |
| Octal | 316 | 47 | 32 | 0 | 121 | 127 | 23 | 4 | 116 | 55 |
| Binary | 11001110 | 100111 | 11010 | 0 | 1010001 | 1010111 | 10011 | 100 | 1001110 | 101101 |
Color Harmonies of #CE271A
Complementary color
Monochromatic Colors of #CE271A
Black with #CE271A
Text Example
Text Example
White with #CE271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE271A; }
p { color: rgb(206,39,26); }
H1.HeaderClassName
{
color: #CE271A;
}
.AnyTagClassName
{
color: #CE271A;
}
</style>
background-color css
<style>
a { background-color: #CE271A; }
a { background-color: rgb(206,39,26); }
div.DivClassName
{
background-color: #CE271A;
}
.BgClassName
{
background-color: #CE271A;
}
</style>
border-color css
<style>
span { border-color: #CE271A; }
span { border-color: rgb(206,39,26); }
td.TdClassName
{
border-color: #CE271A;
}
.TagClassName
{
border-color: #CE271A;
}
</style>