Html Css Color HEX #CE2B1E Harley Davidson Orange
📋 copy color: '#CE2B1E'red 206 ◦ green 43 ◦ blue 30
Shades of Harley Davidson Orange #CE2B1E
Tints of Harley Davidson Orange #CE2B1E
RGB
CMYK
RGB Variations
Color information
#CE2B1E (or 0xCE2B1E) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 1E. RGB value is (206,43,30). Sum of RGB (Red+Green+Blue) = 206+43+30=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B1E is #31D4E1. Grayscale: #5A5A5A. Windows color (decimal): -3265762 or 1977294. OLE color: 1977294.
HSL color Cylindrical-coordinate representation of color #CE2B1E: hue angle of 4.43º 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 #CE2B1E is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 30 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.19 |
| HSL | 4.43º | 0.75% | 0.46% | - |
| HSV(B) | 4.43º | 0.85% | 0.81% | - |
| XYZ | 26.55 | 14.94 | 2.71 | - |
| YUV | 90.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 30 | 0 | 0.79 | 0.85 | 0.19 | 4.43 | 0.75 | 0.46 |
| Hex | CE | 2B | 1E | 0 | 4F | 55 | 13 | 4 | 4B | 2E |
| Octal | 316 | 53 | 36 | 0 | 117 | 125 | 23 | 4 | 113 | 56 |
| Binary | 11001110 | 101011 | 11110 | 0 | 1001111 | 1010101 | 10011 | 100 | 1001011 | 101110 |
Color Harmonies of #CE2B1E
Complementary color
Monochromatic Colors of #CE2B1E
Black with #CE2B1E
Text Example
Text Example
White with #CE2B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B1E; }
p { color: rgb(206,43,30); }
H1.HeaderClassName
{
color: #CE2B1E;
}
.AnyTagClassName
{
color: #CE2B1E;
}
</style>
background-color css
<style>
a { background-color: #CE2B1E; }
a { background-color: rgb(206,43,30); }
div.DivClassName
{
background-color: #CE2B1E;
}
.BgClassName
{
background-color: #CE2B1E;
}
</style>
border-color css
<style>
span { border-color: #CE2B1E; }
span { border-color: rgb(206,43,30); }
td.TdClassName
{
border-color: #CE2B1E;
}
.TagClassName
{
border-color: #CE2B1E;
}
</style>