Html Css Color HEX #CE1E05 Harley Davidson Orange
📋 copy color: '#CE1E05'red 206 ◦ green 30 ◦ blue 5
Shades of Harley Davidson Orange #CE1E05
Tints of Harley Davidson Orange #CE1E05
RGB
CMYK
RGB Variations
Color information
#CE1E05 (or 0xCE1E05) is known color: Harley Davidson Orange. HEX triplet: CE, 1E and 05. RGB value is (206,30,5). Sum of RGB (Red+Green+Blue) = 206+30+5=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E05 is #31E1FA. Grayscale: #505050. Windows color (decimal): -3269115 or 335566. OLE color: 335566.
HSL color Cylindrical-coordinate representation of color #CE1E05: hue angle of 7.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1E05 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 5 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.19 |
| HSL | 7.46º | 0.95% | 0.41% | - |
| HSV(B) | 7.46º | 0.98% | 0.81% | - |
| XYZ | 25.95 | 14.06 | 1.49 | - |
| YUV | 79.77 | 85.81 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 5 | 0 | 0.85 | 0.98 | 0.19 | 7.46 | 0.95 | 0.41 |
| Hex | CE | 1E | 5 | 0 | 55 | 62 | 13 | 7 | 5F | 29 |
| Octal | 316 | 36 | 5 | 0 | 125 | 142 | 23 | 7 | 137 | 51 |
| Binary | 11001110 | 11110 | 101 | 0 | 1010101 | 1100010 | 10011 | 111 | 1011111 | 101001 |
Color Harmonies of #CE1E05
Complementary color
Monochromatic Colors of #CE1E05
Black with #CE1E05
Text Example
Text Example
White with #CE1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E05; }
p { color: rgb(206,30,5); }
H1.HeaderClassName
{
color: #CE1E05;
}
.AnyTagClassName
{
color: #CE1E05;
}
</style>
background-color css
<style>
a { background-color: #CE1E05; }
a { background-color: rgb(206,30,5); }
div.DivClassName
{
background-color: #CE1E05;
}
.BgClassName
{
background-color: #CE1E05;
}
</style>
border-color css
<style>
span { border-color: #CE1E05; }
span { border-color: rgb(206,30,5); }
td.TdClassName
{
border-color: #CE1E05;
}
.TagClassName
{
border-color: #CE1E05;
}
</style>