Html Css Color HEX #CE1D0F Harley Davidson Orange
📋 copy color: '#CE1D0F'red 206 ◦ green 29 ◦ blue 15
Shades of Harley Davidson Orange #CE1D0F
Tints of Harley Davidson Orange #CE1D0F
RGB
CMYK
RGB Variations
Color information
#CE1D0F (or 0xCE1D0F) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 0F. RGB value is (206,29,15). Sum of RGB (Red+Green+Blue) = 206+29+15=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D0F is #31E2F0. Grayscale: #505050. Windows color (decimal): -3269361 or 990670. OLE color: 990670.
HSL color Cylindrical-coordinate representation of color #CE1D0F: hue angle of 4.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE1D0F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 15 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.19 |
| HSL | 4.4º | 0.86% | 0.43% | - |
| HSV(B) | 4.4º | 0.93% | 0.81% | - |
| XYZ | 25.98 | 14.04 | 1.79 | - |
| YUV | 80.33 | 91.14 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 15 | 0 | 0.86 | 0.93 | 0.19 | 4.4 | 0.86 | 0.43 |
| Hex | CE | 1D | F | 0 | 56 | 5D | 13 | 4 | 56 | 2B |
| Octal | 316 | 35 | 17 | 0 | 126 | 135 | 23 | 4 | 126 | 53 |
| Binary | 11001110 | 11101 | 1111 | 0 | 1010110 | 1011101 | 10011 | 100 | 1010110 | 101011 |
Color Harmonies of #CE1D0F
Complementary color
Monochromatic Colors of #CE1D0F
Black with #CE1D0F
Text Example
Text Example
White with #CE1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D0F; }
p { color: rgb(206,29,15); }
H1.HeaderClassName
{
color: #CE1D0F;
}
.AnyTagClassName
{
color: #CE1D0F;
}
</style>
background-color css
<style>
a { background-color: #CE1D0F; }
a { background-color: rgb(206,29,15); }
div.DivClassName
{
background-color: #CE1D0F;
}
.BgClassName
{
background-color: #CE1D0F;
}
</style>
border-color css
<style>
span { border-color: #CE1D0F; }
span { border-color: rgb(206,29,15); }
td.TdClassName
{
border-color: #CE1D0F;
}
.TagClassName
{
border-color: #CE1D0F;
}
</style>