Html Css Color HEX #CE241E Harley Davidson Orange
📋 copy color: '#CE241E'red 206 ◦ green 36 ◦ blue 30
Shades of Harley Davidson Orange #CE241E
Tints of Harley Davidson Orange #CE241E
RGB
CMYK
RGB Variations
Color information
#CE241E (or 0xCE241E) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 1E. RGB value is (206,36,30). Sum of RGB (Red+Green+Blue) = 206+36+30=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE241E is #31DBE1. Grayscale: #565656. Windows color (decimal): -3267554 or 1975502. OLE color: 1975502.
HSL color Cylindrical-coordinate representation of color #CE241E: hue angle of 2.05º 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 #CE241E is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 30 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.19 |
| HSL | 2.05º | 0.75% | 0.46% | - |
| HSV(B) | 2.05º | 0.85% | 0.81% | - |
| XYZ | 26.32 | 14.48 | 2.64 | - |
| YUV | 86.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 30 | 0 | 0.83 | 0.85 | 0.19 | 2.05 | 0.75 | 0.46 |
| Hex | CE | 24 | 1E | 0 | 53 | 55 | 13 | 2 | 4B | 2E |
| Octal | 316 | 44 | 36 | 0 | 123 | 125 | 23 | 2 | 113 | 56 |
| Binary | 11001110 | 100100 | 11110 | 0 | 1010011 | 1010101 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CE241E
Complementary color
Monochromatic Colors of #CE241E
Black with #CE241E
Text Example
Text Example
White with #CE241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE241E; }
p { color: rgb(206,36,30); }
H1.HeaderClassName
{
color: #CE241E;
}
.AnyTagClassName
{
color: #CE241E;
}
</style>
background-color css
<style>
a { background-color: #CE241E; }
a { background-color: rgb(206,36,30); }
div.DivClassName
{
background-color: #CE241E;
}
.BgClassName
{
background-color: #CE241E;
}
</style>
border-color css
<style>
span { border-color: #CE241E; }
span { border-color: rgb(206,36,30); }
td.TdClassName
{
border-color: #CE241E;
}
.TagClassName
{
border-color: #CE241E;
}
</style>