Html Css Color HEX #CE3512 Harley Davidson Orange
📋 copy color: '#CE3512'red 206 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #CE3512
Tints of Harley Davidson Orange #CE3512
RGB
CMYK
RGB Variations
Color information
#CE3512 (or 0xCE3512) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 12. RGB value is (206,53,18). Sum of RGB (Red+Green+Blue) = 206+53+18=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3512 is #31CAED. Grayscale: #5F5F5F. Windows color (decimal): -3263214 or 1193422. OLE color: 1193422.
HSL color Cylindrical-coordinate representation of color #CE3512: hue angle of 11.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE3512 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.19 |
| HSL | 11.17º | 0.84% | 0.44% | - |
| HSV(B) | 11.17º | 0.91% | 0.81% | - |
| XYZ | 26.84 | 15.71 | 2.19 | - |
| YUV | 94.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 18 | 0 | 0.74 | 0.91 | 0.19 | 11.17 | 0.84 | 0.44 |
| Hex | CE | 35 | 12 | 0 | 4A | 5B | 13 | B | 54 | 2C |
| Octal | 316 | 65 | 22 | 0 | 112 | 133 | 23 | 13 | 124 | 54 |
| Binary | 11001110 | 110101 | 10010 | 0 | 1001010 | 1011011 | 10011 | 1011 | 1010100 | 101100 |
Color Harmonies of #CE3512
Complementary color
Monochromatic Colors of #CE3512
Black with #CE3512
Text Example
Text Example
White with #CE3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3512; }
p { color: rgb(206,53,18); }
H1.HeaderClassName
{
color: #CE3512;
}
.AnyTagClassName
{
color: #CE3512;
}
</style>
background-color css
<style>
a { background-color: #CE3512; }
a { background-color: rgb(206,53,18); }
div.DivClassName
{
background-color: #CE3512;
}
.BgClassName
{
background-color: #CE3512;
}
</style>
border-color css
<style>
span { border-color: #CE3512; }
span { border-color: rgb(206,53,18); }
td.TdClassName
{
border-color: #CE3512;
}
.TagClassName
{
border-color: #CE3512;
}
</style>