Html Css Color HEX #CE331D Harley Davidson Orange
📋 copy color: '#CE331D'red 206 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #CE331D
Tints of Harley Davidson Orange #CE331D
RGB
CMYK
RGB Variations
Color information
#CE331D (or 0xCE331D) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1D. RGB value is (206,51,29). Sum of RGB (Red+Green+Blue) = 206+51+29=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331D is #31CCE2. Grayscale: #5F5F5F. Windows color (decimal): -3263715 or 1913806. OLE color: 1913806.
HSL color Cylindrical-coordinate representation of color #CE331D: hue angle of 7.46º 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 #CE331D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 29 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.19 |
| HSL | 7.46º | 0.75% | 0.46% | - |
| HSV(B) | 7.46º | 0.86% | 0.81% | - |
| XYZ | 26.86 | 15.58 | 2.75 | - |
| YUV | 94.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 29 | 0 | 0.75 | 0.86 | 0.19 | 7.46 | 0.75 | 0.46 |
| Hex | CE | 33 | 1D | 0 | 4B | 56 | 13 | 7 | 4B | 2E |
| Octal | 316 | 63 | 35 | 0 | 113 | 126 | 23 | 7 | 113 | 56 |
| Binary | 11001110 | 110011 | 11101 | 0 | 1001011 | 1010110 | 10011 | 111 | 1001011 | 101110 |
Color Harmonies of #CE331D
Complementary color
Monochromatic Colors of #CE331D
Black with #CE331D
Text Example
Text Example
White with #CE331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE331D; }
p { color: rgb(206,51,29); }
H1.HeaderClassName
{
color: #CE331D;
}
.AnyTagClassName
{
color: #CE331D;
}
</style>
background-color css
<style>
a { background-color: #CE331D; }
a { background-color: rgb(206,51,29); }
div.DivClassName
{
background-color: #CE331D;
}
.BgClassName
{
background-color: #CE331D;
}
</style>
border-color css
<style>
span { border-color: #CE331D; }
span { border-color: rgb(206,51,29); }
td.TdClassName
{
border-color: #CE331D;
}
.TagClassName
{
border-color: #CE331D;
}
</style>