Html Css Color HEX #CE3C1D Harley Davidson Orange
📋 copy color: '#CE3C1D'red 206 ◦ green 60 ◦ blue 29
Shades of Harley Davidson Orange #CE3C1D
Tints of Harley Davidson Orange #CE3C1D
RGB
CMYK
RGB Variations
Color information
#CE3C1D (or 0xCE3C1D) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 1D. RGB value is (206,60,29). Sum of RGB (Red+Green+Blue) = 206+60+29=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C1D is #31C3E2. Grayscale: #646464. Windows color (decimal): -3261411 or 1916110. OLE color: 1916110.
HSL color Cylindrical-coordinate representation of color #CE3C1D: hue angle of 10.51º 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 #CE3C1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.19 |
| HSL | 10.51º | 0.75% | 0.46% | - |
| HSV(B) | 10.51º | 0.86% | 0.81% | - |
| XYZ | 27.29 | 16.44 | 2.9 | - |
| YUV | 100.12 | 87.87 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 29 | 0 | 0.71 | 0.86 | 0.19 | 10.51 | 0.75 | 0.46 |
| Hex | CE | 3C | 1D | 0 | 47 | 56 | 13 | B | 4B | 2E |
| Octal | 316 | 74 | 35 | 0 | 107 | 126 | 23 | 13 | 113 | 56 |
| Binary | 11001110 | 111100 | 11101 | 0 | 1000111 | 1010110 | 10011 | 1011 | 1001011 | 101110 |
Color Harmonies of #CE3C1D
Complementary color
Monochromatic Colors of #CE3C1D
Black with #CE3C1D
Text Example
Text Example
White with #CE3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C1D; }
p { color: rgb(206,60,29); }
H1.HeaderClassName
{
color: #CE3C1D;
}
.AnyTagClassName
{
color: #CE3C1D;
}
</style>
background-color css
<style>
a { background-color: #CE3C1D; }
a { background-color: rgb(206,60,29); }
div.DivClassName
{
background-color: #CE3C1D;
}
.BgClassName
{
background-color: #CE3C1D;
}
</style>
border-color css
<style>
span { border-color: #CE3C1D; }
span { border-color: rgb(206,60,29); }
td.TdClassName
{
border-color: #CE3C1D;
}
.TagClassName
{
border-color: #CE3C1D;
}
</style>