Html Css Color HEX #CE3D0E Harley Davidson Orange
📋 copy color: '#CE3D0E'red 206 ◦ green 61 ◦ blue 14
Shades of Harley Davidson Orange #CE3D0E
Tints of Harley Davidson Orange #CE3D0E
RGB
CMYK
RGB Variations
Color information
#CE3D0E (or 0xCE3D0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 0E. RGB value is (206,61,14). Sum of RGB (Red+Green+Blue) = 206+61+14=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D0E is #31C2F1. Grayscale: #636363. Windows color (decimal): -3261170 or 933326. OLE color: 933326.
HSL color Cylindrical-coordinate representation of color #CE3D0E: hue angle of 14.69º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE3D0E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.19 |
| HSL | 14.69º | 0.87% | 0.43% | - |
| HSV(B) | 14.69º | 0.93% | 0.81% | - |
| XYZ | 27.2 | 16.49 | 2.16 | - |
| YUV | 99 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 14 | 0 | 0.70 | 0.93 | 0.19 | 14.69 | 0.87 | 0.43 |
| Hex | CE | 3D | E | 0 | 46 | 5D | 13 | F | 57 | 2B |
| Octal | 316 | 75 | 16 | 0 | 106 | 135 | 23 | 17 | 127 | 53 |
| Binary | 11001110 | 111101 | 1110 | 0 | 1000110 | 1011101 | 10011 | 1111 | 1010111 | 101011 |
Color Harmonies of #CE3D0E
Complementary color
Monochromatic Colors of #CE3D0E
Black with #CE3D0E
Text Example
Text Example
White with #CE3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D0E; }
p { color: rgb(206,61,14); }
H1.HeaderClassName
{
color: #CE3D0E;
}
.AnyTagClassName
{
color: #CE3D0E;
}
</style>
background-color css
<style>
a { background-color: #CE3D0E; }
a { background-color: rgb(206,61,14); }
div.DivClassName
{
background-color: #CE3D0E;
}
.BgClassName
{
background-color: #CE3D0E;
}
</style>
border-color css
<style>
span { border-color: #CE3D0E; }
span { border-color: rgb(206,61,14); }
td.TdClassName
{
border-color: #CE3D0E;
}
.TagClassName
{
border-color: #CE3D0E;
}
</style>