Html Css Color HEX #CE281E Harley Davidson Orange
📋 copy color: '#CE281E'red 206 ◦ green 40 ◦ blue 30
Shades of Harley Davidson Orange #CE281E
Tints of Harley Davidson Orange #CE281E
RGB
CMYK
RGB Variations
Color information
#CE281E (or 0xCE281E) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 1E. RGB value is (206,40,30). Sum of RGB (Red+Green+Blue) = 206+40+30=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE281E is #31D7E1. Grayscale: #585858. Windows color (decimal): -3266530 or 1976526. OLE color: 1976526.
HSL color Cylindrical-coordinate representation of color #CE281E: hue angle of 3.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE281E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.19 |
| HSL | 3.41º | 0.75% | 0.46% | - |
| HSV(B) | 3.41º | 0.85% | 0.81% | - |
| XYZ | 26.45 | 14.73 | 2.68 | - |
| YUV | 88.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 30 | 0 | 0.81 | 0.85 | 0.19 | 3.41 | 0.75 | 0.46 |
| Hex | CE | 28 | 1E | 0 | 51 | 55 | 13 | 3 | 4B | 2E |
| Octal | 316 | 50 | 36 | 0 | 121 | 125 | 23 | 3 | 113 | 56 |
| Binary | 11001110 | 101000 | 11110 | 0 | 1010001 | 1010101 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CE281E
Complementary color
Monochromatic Colors of #CE281E
Black with #CE281E
Text Example
Text Example
White with #CE281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE281E; }
p { color: rgb(206,40,30); }
H1.HeaderClassName
{
color: #CE281E;
}
.AnyTagClassName
{
color: #CE281E;
}
</style>
background-color css
<style>
a { background-color: #CE281E; }
a { background-color: rgb(206,40,30); }
div.DivClassName
{
background-color: #CE281E;
}
.BgClassName
{
background-color: #CE281E;
}
</style>
border-color css
<style>
span { border-color: #CE281E; }
span { border-color: rgb(206,40,30); }
td.TdClassName
{
border-color: #CE281E;
}
.TagClassName
{
border-color: #CE281E;
}
</style>