Html Css Color HEX #CE3C0F Harley Davidson Orange
📋 copy color: '#CE3C0F'red 206 ◦ green 60 ◦ blue 15
Shades of Harley Davidson Orange #CE3C0F
Tints of Harley Davidson Orange #CE3C0F
RGB
CMYK
RGB Variations
Color information
#CE3C0F (or 0xCE3C0F) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 0F. RGB value is (206,60,15). Sum of RGB (Red+Green+Blue) = 206+60+15=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3C0F is #31C3F0. Grayscale: #626262. Windows color (decimal): -3261425 or 998606. OLE color: 998606.
HSL color Cylindrical-coordinate representation of color #CE3C0F: hue angle of 14.14º degrees, saturation: 0.86, 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 #CE3C0F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.19 |
| HSL | 14.14º | 0.86% | 0.43% | - |
| HSV(B) | 14.14º | 0.93% | 0.81% | - |
| XYZ | 27.16 | 16.39 | 2.18 | - |
| YUV | 98.52 | 80.87 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 15 | 0 | 0.71 | 0.93 | 0.19 | 14.14 | 0.86 | 0.43 |
| Hex | CE | 3C | F | 0 | 47 | 5D | 13 | E | 56 | 2B |
| Octal | 316 | 74 | 17 | 0 | 107 | 135 | 23 | 16 | 126 | 53 |
| Binary | 11001110 | 111100 | 1111 | 0 | 1000111 | 1011101 | 10011 | 1110 | 1010110 | 101011 |
Color Harmonies of #CE3C0F
Complementary color
Monochromatic Colors of #CE3C0F
Black with #CE3C0F
Text Example
Text Example
White with #CE3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C0F; }
p { color: rgb(206,60,15); }
H1.HeaderClassName
{
color: #CE3C0F;
}
.AnyTagClassName
{
color: #CE3C0F;
}
</style>
background-color css
<style>
a { background-color: #CE3C0F; }
a { background-color: rgb(206,60,15); }
div.DivClassName
{
background-color: #CE3C0F;
}
.BgClassName
{
background-color: #CE3C0F;
}
</style>
border-color css
<style>
span { border-color: #CE3C0F; }
span { border-color: rgb(206,60,15); }
td.TdClassName
{
border-color: #CE3C0F;
}
.TagClassName
{
border-color: #CE3C0F;
}
</style>