Html Css Color HEX #CE340B Harley Davidson Orange
📋 copy color: '#CE340B'red 206 ◦ green 52 ◦ blue 11
Shades of Harley Davidson Orange #CE340B
Tints of Harley Davidson Orange #CE340B
RGB
CMYK
RGB Variations
Color information
#CE340B (or 0xCE340B) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 0B. RGB value is (206,52,11). Sum of RGB (Red+Green+Blue) = 206+52+11=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE340B is #31CBF4. Grayscale: #5D5D5D. Windows color (decimal): -3263477 or 734414. OLE color: 734414.
HSL color Cylindrical-coordinate representation of color #CE340B: hue angle of 12.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE340B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.19 |
| HSL | 12.62º | 0.9% | 0.43% | - |
| HSV(B) | 12.62º | 0.95% | 0.81% | - |
| XYZ | 26.74 | 15.6 | 1.92 | - |
| YUV | 93.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 11 | 0 | 0.75 | 0.95 | 0.19 | 12.62 | 0.9 | 0.43 |
| Hex | CE | 34 | B | 0 | 4B | 5F | 13 | D | 5A | 2B |
| Octal | 316 | 64 | 13 | 0 | 113 | 137 | 23 | 15 | 132 | 53 |
| Binary | 11001110 | 110100 | 1011 | 0 | 1001011 | 1011111 | 10011 | 1101 | 1011010 | 101011 |
Color Harmonies of #CE340B
Complementary color
Monochromatic Colors of #CE340B
Black with #CE340B
Text Example
Text Example
White with #CE340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE340B; }
p { color: rgb(206,52,11); }
H1.HeaderClassName
{
color: #CE340B;
}
.AnyTagClassName
{
color: #CE340B;
}
</style>
background-color css
<style>
a { background-color: #CE340B; }
a { background-color: rgb(206,52,11); }
div.DivClassName
{
background-color: #CE340B;
}
.BgClassName
{
background-color: #CE340B;
}
</style>
border-color css
<style>
span { border-color: #CE340B; }
span { border-color: rgb(206,52,11); }
td.TdClassName
{
border-color: #CE340B;
}
.TagClassName
{
border-color: #CE340B;
}
</style>