Html Css Color HEX #CE3B0D Harley Davidson Orange
📋 copy color: '#CE3B0D'red 206 ◦ green 59 ◦ blue 13
Shades of Harley Davidson Orange #CE3B0D
Tints of Harley Davidson Orange #CE3B0D
RGB
CMYK
RGB Variations
Color information
#CE3B0D (or 0xCE3B0D) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 0D. RGB value is (206,59,13). Sum of RGB (Red+Green+Blue) = 206+59+13=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B0D is #31C4F2. Grayscale: #626262. Windows color (decimal): -3261683 or 867278. OLE color: 867278.
HSL color Cylindrical-coordinate representation of color #CE3B0D: hue angle of 14.3º 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 #CE3B0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 59 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.19 |
| HSL | 14.3º | 0.88% | 0.43% | - |
| HSV(B) | 14.3º | 0.94% | 0.81% | - |
| XYZ | 27.09 | 16.28 | 2.1 | - |
| YUV | 97.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 13 | 0 | 0.71 | 0.94 | 0.19 | 14.3 | 0.88 | 0.43 |
| Hex | CE | 3B | D | 0 | 47 | 5E | 13 | E | 58 | 2B |
| Octal | 316 | 73 | 15 | 0 | 107 | 136 | 23 | 16 | 130 | 53 |
| Binary | 11001110 | 111011 | 1101 | 0 | 1000111 | 1011110 | 10011 | 1110 | 1011000 | 101011 |
Color Harmonies of #CE3B0D
Complementary color
Monochromatic Colors of #CE3B0D
Black with #CE3B0D
Text Example
Text Example
White with #CE3B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3B0D; }
p { color: rgb(206,59,13); }
H1.HeaderClassName
{
color: #CE3B0D;
}
.AnyTagClassName
{
color: #CE3B0D;
}
</style>
background-color css
<style>
a { background-color: #CE3B0D; }
a { background-color: rgb(206,59,13); }
div.DivClassName
{
background-color: #CE3B0D;
}
.BgClassName
{
background-color: #CE3B0D;
}
</style>
border-color css
<style>
span { border-color: #CE3B0D; }
span { border-color: rgb(206,59,13); }
td.TdClassName
{
border-color: #CE3B0D;
}
.TagClassName
{
border-color: #CE3B0D;
}
</style>