Html Css Color HEX #CE241F Harley Davidson Orange
📋 copy color: '#CE241F'red 206 ◦ green 36 ◦ blue 31
Shades of Harley Davidson Orange #CE241F
Tints of Harley Davidson Orange #CE241F
RGB
CMYK
RGB Variations
Color information
#CE241F (or 0xCE241F) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 1F. RGB value is (206,36,31). Sum of RGB (Red+Green+Blue) = 206+36+31=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE241F is #31DBE0. Grayscale: #565656. Windows color (decimal): -3267553 or 2041038. OLE color: 2041038.
HSL color Cylindrical-coordinate representation of color #CE241F: hue angle of 1.71º degrees, saturation: 0.74, 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 #CE241F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 31 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.19 |
| HSL | 1.71º | 0.74% | 0.46% | - |
| HSV(B) | 1.71º | 0.85% | 0.81% | - |
| XYZ | 26.33 | 14.48 | 2.7 | - |
| YUV | 86.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 31 | 0 | 0.83 | 0.85 | 0.19 | 1.71 | 0.74 | 0.46 |
| Hex | CE | 24 | 1F | 0 | 53 | 55 | 13 | 2 | 4A | 2E |
| Octal | 316 | 44 | 37 | 0 | 123 | 125 | 23 | 2 | 112 | 56 |
| Binary | 11001110 | 100100 | 11111 | 0 | 1010011 | 1010101 | 10011 | 10 | 1001010 | 101110 |
Color Harmonies of #CE241F
Complementary color
Monochromatic Colors of #CE241F
Black with #CE241F
Text Example
Text Example
White with #CE241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE241F; }
p { color: rgb(206,36,31); }
H1.HeaderClassName
{
color: #CE241F;
}
.AnyTagClassName
{
color: #CE241F;
}
</style>
background-color css
<style>
a { background-color: #CE241F; }
a { background-color: rgb(206,36,31); }
div.DivClassName
{
background-color: #CE241F;
}
.BgClassName
{
background-color: #CE241F;
}
</style>
border-color css
<style>
span { border-color: #CE241F; }
span { border-color: rgb(206,36,31); }
td.TdClassName
{
border-color: #CE241F;
}
.TagClassName
{
border-color: #CE241F;
}
</style>