Html Css Color HEX #CE1D09 Harley Davidson Orange
📋 copy color: '#CE1D09'red 206 ◦ green 29 ◦ blue 9
Shades of Harley Davidson Orange #CE1D09
Tints of Harley Davidson Orange #CE1D09
RGB
CMYK
RGB Variations
Color information
#CE1D09 (or 0xCE1D09) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 09. RGB value is (206,29,9). Sum of RGB (Red+Green+Blue) = 206+29+9=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D09 is #31E2F6. Grayscale: #4F4F4F. Windows color (decimal): -3269367 or 597454. OLE color: 597454.
HSL color Cylindrical-coordinate representation of color #CE1D09: hue angle of 6.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE1D09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.19 |
| HSL | 6.09º | 0.92% | 0.42% | - |
| HSV(B) | 6.09º | 0.96% | 0.81% | - |
| XYZ | 25.94 | 14.02 | 1.6 | - |
| YUV | 79.64 | 88.14 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 9 | 0 | 0.86 | 0.96 | 0.19 | 6.09 | 0.92 | 0.42 |
| Hex | CE | 1D | 9 | 0 | 56 | 60 | 13 | 6 | 5C | 2A |
| Octal | 316 | 35 | 11 | 0 | 126 | 140 | 23 | 6 | 134 | 52 |
| Binary | 11001110 | 11101 | 1001 | 0 | 1010110 | 1100000 | 10011 | 110 | 1011100 | 101010 |
Color Harmonies of #CE1D09
Complementary color
Monochromatic Colors of #CE1D09
Black with #CE1D09
Text Example
Text Example
White with #CE1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D09; }
p { color: rgb(206,29,9); }
H1.HeaderClassName
{
color: #CE1D09;
}
.AnyTagClassName
{
color: #CE1D09;
}
</style>
background-color css
<style>
a { background-color: #CE1D09; }
a { background-color: rgb(206,29,9); }
div.DivClassName
{
background-color: #CE1D09;
}
.BgClassName
{
background-color: #CE1D09;
}
</style>
border-color css
<style>
span { border-color: #CE1D09; }
span { border-color: rgb(206,29,9); }
td.TdClassName
{
border-color: #CE1D09;
}
.TagClassName
{
border-color: #CE1D09;
}
</style>