Html Css Color HEX #CE3C0D Harley Davidson Orange
📋 copy color: '#CE3C0D'red 206 ◦ green 60 ◦ blue 13
Shades of Harley Davidson Orange #CE3C0D
Tints of Harley Davidson Orange #CE3C0D
RGB
CMYK
RGB Variations
Color information
#CE3C0D (or 0xCE3C0D) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 0D. RGB value is (206,60,13). Sum of RGB (Red+Green+Blue) = 206+60+13=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3C0D is #31C3F2. Grayscale: #626262. Windows color (decimal): -3261427 or 867534. OLE color: 867534.
HSL color Cylindrical-coordinate representation of color #CE3C0D: hue angle of 14.61º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE3C0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.19 |
| HSL | 14.61º | 0.88% | 0.43% | - |
| HSV(B) | 14.61º | 0.94% | 0.81% | - |
| XYZ | 27.14 | 16.38 | 2.11 | - |
| YUV | 98.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 13 | 0 | 0.71 | 0.94 | 0.19 | 14.61 | 0.88 | 0.43 |
| Hex | CE | 3C | D | 0 | 47 | 5E | 13 | F | 58 | 2B |
| Octal | 316 | 74 | 15 | 0 | 107 | 136 | 23 | 17 | 130 | 53 |
| Binary | 11001110 | 111100 | 1101 | 0 | 1000111 | 1011110 | 10011 | 1111 | 1011000 | 101011 |
Color Harmonies of #CE3C0D
Complementary color
Monochromatic Colors of #CE3C0D
Black with #CE3C0D
Text Example
Text Example
White with #CE3C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C0D; }
p { color: rgb(206,60,13); }
H1.HeaderClassName
{
color: #CE3C0D;
}
.AnyTagClassName
{
color: #CE3C0D;
}
</style>
background-color css
<style>
a { background-color: #CE3C0D; }
a { background-color: rgb(206,60,13); }
div.DivClassName
{
background-color: #CE3C0D;
}
.BgClassName
{
background-color: #CE3C0D;
}
</style>
border-color css
<style>
span { border-color: #CE3C0D; }
span { border-color: rgb(206,60,13); }
td.TdClassName
{
border-color: #CE3C0D;
}
.TagClassName
{
border-color: #CE3C0D;
}
</style>