Html Css Color HEX #CE3411 Harley Davidson Orange
📋 copy color: '#CE3411'red 206 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #CE3411
Tints of Harley Davidson Orange #CE3411
RGB
CMYK
RGB Variations
Color information
#CE3411 (or 0xCE3411) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 11. RGB value is (206,52,17). Sum of RGB (Red+Green+Blue) = 206+52+17=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3411 is #31CBEE. Grayscale: #5E5E5E. Windows color (decimal): -3263471 or 1127630. OLE color: 1127630.
HSL color Cylindrical-coordinate representation of color #CE3411: hue angle of 11.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE3411 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.19 |
| HSL | 11.11º | 0.85% | 0.44% | - |
| HSV(B) | 11.11º | 0.92% | 0.81% | - |
| XYZ | 26.78 | 15.62 | 2.13 | - |
| YUV | 94.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 17 | 0 | 0.75 | 0.92 | 0.19 | 11.11 | 0.85 | 0.44 |
| Hex | CE | 34 | 11 | 0 | 4B | 5C | 13 | B | 55 | 2C |
| Octal | 316 | 64 | 21 | 0 | 113 | 134 | 23 | 13 | 125 | 54 |
| Binary | 11001110 | 110100 | 10001 | 0 | 1001011 | 1011100 | 10011 | 1011 | 1010101 | 101100 |
Color Harmonies of #CE3411
Complementary color
Monochromatic Colors of #CE3411
Black with #CE3411
Text Example
Text Example
White with #CE3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3411; }
p { color: rgb(206,52,17); }
H1.HeaderClassName
{
color: #CE3411;
}
.AnyTagClassName
{
color: #CE3411;
}
</style>
background-color css
<style>
a { background-color: #CE3411; }
a { background-color: rgb(206,52,17); }
div.DivClassName
{
background-color: #CE3411;
}
.BgClassName
{
background-color: #CE3411;
}
</style>
border-color css
<style>
span { border-color: #CE3411; }
span { border-color: rgb(206,52,17); }
td.TdClassName
{
border-color: #CE3411;
}
.TagClassName
{
border-color: #CE3411;
}
</style>