Html Css Color HEX #CE311D Harley Davidson Orange
📋 copy color: '#CE311D'red 206 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #CE311D
Tints of Harley Davidson Orange #CE311D
RGB
CMYK
RGB Variations
Color information
#CE311D (or 0xCE311D) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 1D. RGB value is (206,49,29). Sum of RGB (Red+Green+Blue) = 206+49+29=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE311D is #31CEE2. Grayscale: #5D5D5D. Windows color (decimal): -3264227 or 1913294. OLE color: 1913294.
HSL color Cylindrical-coordinate representation of color #CE311D: hue angle of 6.78º degrees, saturation: 0.75, 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 #CE311D is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 29 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.19 |
| HSL | 6.78º | 0.75% | 0.46% | - |
| HSV(B) | 6.78º | 0.86% | 0.81% | - |
| XYZ | 26.77 | 15.41 | 2.73 | - |
| YUV | 93.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 29 | 0 | 0.76 | 0.86 | 0.19 | 6.78 | 0.75 | 0.46 |
| Hex | CE | 31 | 1D | 0 | 4C | 56 | 13 | 7 | 4B | 2E |
| Octal | 316 | 61 | 35 | 0 | 114 | 126 | 23 | 7 | 113 | 56 |
| Binary | 11001110 | 110001 | 11101 | 0 | 1001100 | 1010110 | 10011 | 111 | 1001011 | 101110 |
Color Harmonies of #CE311D
Complementary color
Monochromatic Colors of #CE311D
Black with #CE311D
Text Example
Text Example
White with #CE311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE311D; }
p { color: rgb(206,49,29); }
H1.HeaderClassName
{
color: #CE311D;
}
.AnyTagClassName
{
color: #CE311D;
}
</style>
background-color css
<style>
a { background-color: #CE311D; }
a { background-color: rgb(206,49,29); }
div.DivClassName
{
background-color: #CE311D;
}
.BgClassName
{
background-color: #CE311D;
}
</style>
border-color css
<style>
span { border-color: #CE311D; }
span { border-color: rgb(206,49,29); }
td.TdClassName
{
border-color: #CE311D;
}
.TagClassName
{
border-color: #CE311D;
}
</style>