Html Css Color HEX #CE340F Harley Davidson Orange
📋 copy color: '#CE340F'red 206 ◦ green 52 ◦ blue 15
Shades of Harley Davidson Orange #CE340F
Tints of Harley Davidson Orange #CE340F
RGB
CMYK
RGB Variations
Color information
#CE340F (or 0xCE340F) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 0F. RGB value is (206,52,15). Sum of RGB (Red+Green+Blue) = 206+52+15=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE340F is #31CBF0. Grayscale: #5E5E5E. Windows color (decimal): -3263473 or 996558. OLE color: 996558.
HSL color Cylindrical-coordinate representation of color #CE340F: hue angle of 11.62º 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 #CE340F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.19 |
| HSL | 11.62º | 0.86% | 0.43% | - |
| HSV(B) | 11.62º | 0.93% | 0.81% | - |
| XYZ | 26.77 | 15.61 | 2.05 | - |
| YUV | 93.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 15 | 0 | 0.75 | 0.93 | 0.19 | 11.62 | 0.86 | 0.43 |
| Hex | CE | 34 | F | 0 | 4B | 5D | 13 | C | 56 | 2B |
| Octal | 316 | 64 | 17 | 0 | 113 | 135 | 23 | 14 | 126 | 53 |
| Binary | 11001110 | 110100 | 1111 | 0 | 1001011 | 1011101 | 10011 | 1100 | 1010110 | 101011 |
Color Harmonies of #CE340F
Complementary color
Monochromatic Colors of #CE340F
Black with #CE340F
Text Example
Text Example
White with #CE340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE340F; }
p { color: rgb(206,52,15); }
H1.HeaderClassName
{
color: #CE340F;
}
.AnyTagClassName
{
color: #CE340F;
}
</style>
background-color css
<style>
a { background-color: #CE340F; }
a { background-color: rgb(206,52,15); }
div.DivClassName
{
background-color: #CE340F;
}
.BgClassName
{
background-color: #CE340F;
}
</style>
border-color css
<style>
span { border-color: #CE340F; }
span { border-color: rgb(206,52,15); }
td.TdClassName
{
border-color: #CE340F;
}
.TagClassName
{
border-color: #CE340F;
}
</style>