Html Css Color HEX #CE281C Harley Davidson Orange
📋 copy color: '#CE281C'red 206 ◦ green 40 ◦ blue 28
Shades of Harley Davidson Orange #CE281C
Tints of Harley Davidson Orange #CE281C
RGB
CMYK
RGB Variations
Color information
#CE281C (or 0xCE281C) is known color: Harley Davidson Orange. HEX triplet: CE, 28 and 1C. RGB value is (206,40,28). Sum of RGB (Red+Green+Blue) = 206+40+28=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE281C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE281C is #31D7E3. Grayscale: #585858. Windows color (decimal): -3266532 or 1845454. OLE color: 1845454.
HSL color Cylindrical-coordinate representation of color #CE281C: hue angle of 4.04º degrees, saturation: 0.76, 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 #CE281C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.19 |
| HSL | 4.04º | 0.76% | 0.46% | - |
| HSV(B) | 4.04º | 0.86% | 0.81% | - |
| XYZ | 26.42 | 14.72 | 2.55 | - |
| YUV | 88.27 | 94 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 28 | 0 | 0.81 | 0.86 | 0.19 | 4.04 | 0.76 | 0.46 |
| Hex | CE | 28 | 1C | 0 | 51 | 56 | 13 | 4 | 4C | 2E |
| Octal | 316 | 50 | 34 | 0 | 121 | 126 | 23 | 4 | 114 | 56 |
| Binary | 11001110 | 101000 | 11100 | 0 | 1010001 | 1010110 | 10011 | 100 | 1001100 | 101110 |
Color Harmonies of #CE281C
Complementary color
Monochromatic Colors of #CE281C
Black with #CE281C
Text Example
Text Example
White with #CE281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE281C; }
p { color: rgb(206,40,28); }
H1.HeaderClassName
{
color: #CE281C;
}
.AnyTagClassName
{
color: #CE281C;
}
</style>
background-color css
<style>
a { background-color: #CE281C; }
a { background-color: rgb(206,40,28); }
div.DivClassName
{
background-color: #CE281C;
}
.BgClassName
{
background-color: #CE281C;
}
</style>
border-color css
<style>
span { border-color: #CE281C; }
span { border-color: rgb(206,40,28); }
td.TdClassName
{
border-color: #CE281C;
}
.TagClassName
{
border-color: #CE281C;
}
</style>