Html Css Color HEX #CE340C Harley Davidson Orange
📋 copy color: '#CE340C'red 206 ◦ green 52 ◦ blue 12
Shades of Harley Davidson Orange #CE340C
Tints of Harley Davidson Orange #CE340C
RGB
CMYK
RGB Variations
Color information
#CE340C (or 0xCE340C) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 0C. RGB value is (206,52,12). Sum of RGB (Red+Green+Blue) = 206+52+12=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE340C is #31CBF3. Grayscale: #5D5D5D. Windows color (decimal): -3263476 or 799950. OLE color: 799950.
HSL color Cylindrical-coordinate representation of color #CE340C: hue angle of 12.37º degrees, saturation: 0.89, 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 #CE340C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.19 |
| HSL | 12.37º | 0.89% | 0.43% | - |
| HSV(B) | 12.37º | 0.94% | 0.81% | - |
| XYZ | 26.75 | 15.6 | 1.95 | - |
| YUV | 93.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 12 | 0 | 0.75 | 0.94 | 0.19 | 12.37 | 0.89 | 0.43 |
| Hex | CE | 34 | C | 0 | 4B | 5E | 13 | C | 59 | 2B |
| Octal | 316 | 64 | 14 | 0 | 113 | 136 | 23 | 14 | 131 | 53 |
| Binary | 11001110 | 110100 | 1100 | 0 | 1001011 | 1011110 | 10011 | 1100 | 1011001 | 101011 |
Color Harmonies of #CE340C
Complementary color
Monochromatic Colors of #CE340C
Black with #CE340C
Text Example
Text Example
White with #CE340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE340C; }
p { color: rgb(206,52,12); }
H1.HeaderClassName
{
color: #CE340C;
}
.AnyTagClassName
{
color: #CE340C;
}
</style>
background-color css
<style>
a { background-color: #CE340C; }
a { background-color: rgb(206,52,12); }
div.DivClassName
{
background-color: #CE340C;
}
.BgClassName
{
background-color: #CE340C;
}
</style>
border-color css
<style>
span { border-color: #CE340C; }
span { border-color: rgb(206,52,12); }
td.TdClassName
{
border-color: #CE340C;
}
.TagClassName
{
border-color: #CE340C;
}
</style>