Html Css Color HEX #CE251E Harley Davidson Orange
📋 copy color: '#CE251E'red 206 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #CE251E
Tints of Harley Davidson Orange #CE251E
RGB
CMYK
RGB Variations
Color information
#CE251E (or 0xCE251E) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 1E. RGB value is (206,37,30). Sum of RGB (Red+Green+Blue) = 206+37+30=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE251E is #31DAE1. Grayscale: #565656. Windows color (decimal): -3267298 or 1975758. OLE color: 1975758.
HSL color Cylindrical-coordinate representation of color #CE251E: hue angle of 2.39º 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 #CE251E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 30 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.19 |
| HSL | 2.39º | 0.75% | 0.46% | - |
| HSV(B) | 2.39º | 0.85% | 0.81% | - |
| XYZ | 26.35 | 14.54 | 2.65 | - |
| YUV | 86.73 | 95.99 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 30 | 0 | 0.82 | 0.85 | 0.19 | 2.39 | 0.75 | 0.46 |
| Hex | CE | 25 | 1E | 0 | 52 | 55 | 13 | 2 | 4B | 2E |
| Octal | 316 | 45 | 36 | 0 | 122 | 125 | 23 | 2 | 113 | 56 |
| Binary | 11001110 | 100101 | 11110 | 0 | 1010010 | 1010101 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CE251E
Complementary color
Monochromatic Colors of #CE251E
Black with #CE251E
Text Example
Text Example
White with #CE251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE251E; }
p { color: rgb(206,37,30); }
H1.HeaderClassName
{
color: #CE251E;
}
.AnyTagClassName
{
color: #CE251E;
}
</style>
background-color css
<style>
a { background-color: #CE251E; }
a { background-color: rgb(206,37,30); }
div.DivClassName
{
background-color: #CE251E;
}
.BgClassName
{
background-color: #CE251E;
}
</style>
border-color css
<style>
span { border-color: #CE251E; }
span { border-color: rgb(206,37,30); }
td.TdClassName
{
border-color: #CE251E;
}
.TagClassName
{
border-color: #CE251E;
}
</style>