Html Css Color HEX #CE3012 Harley Davidson Orange
📋 copy color: '#CE3012'red 206 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #CE3012
Tints of Harley Davidson Orange #CE3012
RGB
CMYK
RGB Variations
Color information
#CE3012 (or 0xCE3012) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 12. RGB value is (206,48,18). Sum of RGB (Red+Green+Blue) = 206+48+18=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3012 is #31CFED. Grayscale: #5C5C5C. Windows color (decimal): -3264494 or 1192142. OLE color: 1192142.
HSL color Cylindrical-coordinate representation of color #CE3012: hue angle of 9.57º 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 #CE3012 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 18 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.19 |
| HSL | 9.57º | 0.84% | 0.44% | - |
| HSV(B) | 9.57º | 0.91% | 0.81% | - |
| XYZ | 26.62 | 15.28 | 2.12 | - |
| YUV | 91.82 | 86.35 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 18 | 0 | 0.77 | 0.91 | 0.19 | 9.57 | 0.84 | 0.44 |
| Hex | CE | 30 | 12 | 0 | 4D | 5B | 13 | A | 54 | 2C |
| Octal | 316 | 60 | 22 | 0 | 115 | 133 | 23 | 12 | 124 | 54 |
| Binary | 11001110 | 110000 | 10010 | 0 | 1001101 | 1011011 | 10011 | 1010 | 1010100 | 101100 |
Color Harmonies of #CE3012
Complementary color
Monochromatic Colors of #CE3012
Black with #CE3012
Text Example
Text Example
White with #CE3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3012; }
p { color: rgb(206,48,18); }
H1.HeaderClassName
{
color: #CE3012;
}
.AnyTagClassName
{
color: #CE3012;
}
</style>
background-color css
<style>
a { background-color: #CE3012; }
a { background-color: rgb(206,48,18); }
div.DivClassName
{
background-color: #CE3012;
}
.BgClassName
{
background-color: #CE3012;
}
</style>
border-color css
<style>
span { border-color: #CE3012; }
span { border-color: rgb(206,48,18); }
td.TdClassName
{
border-color: #CE3012;
}
.TagClassName
{
border-color: #CE3012;
}
</style>