Html Css Color HEX #CE1F08 Harley Davidson Orange
📋 copy color: '#CE1F08'red 206 ◦ green 31 ◦ blue 8
Shades of Harley Davidson Orange #CE1F08
Tints of Harley Davidson Orange #CE1F08
RGB
CMYK
RGB Variations
Color information
#CE1F08 (or 0xCE1F08) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 08. RGB value is (206,31,8). Sum of RGB (Red+Green+Blue) = 206+31+8=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F08 is #31E0F7. Grayscale: #505050. Windows color (decimal): -3268856 or 532430. OLE color: 532430.
HSL color Cylindrical-coordinate representation of color #CE1F08: hue angle of 6.97º degrees, saturation: 0.93, 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 #CE1F08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.19 |
| HSL | 6.97º | 0.93% | 0.42% | - |
| HSV(B) | 6.97º | 0.96% | 0.81% | - |
| XYZ | 25.99 | 14.12 | 1.59 | - |
| YUV | 80.7 | 86.98 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 8 | 0 | 0.85 | 0.96 | 0.19 | 6.97 | 0.93 | 0.42 |
| Hex | CE | 1F | 8 | 0 | 55 | 60 | 13 | 7 | 5D | 2A |
| Octal | 316 | 37 | 10 | 0 | 125 | 140 | 23 | 7 | 135 | 52 |
| Binary | 11001110 | 11111 | 1000 | 0 | 1010101 | 1100000 | 10011 | 111 | 1011101 | 101010 |
Color Harmonies of #CE1F08
Complementary color
Monochromatic Colors of #CE1F08
Black with #CE1F08
Text Example
Text Example
White with #CE1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F08; }
p { color: rgb(206,31,8); }
H1.HeaderClassName
{
color: #CE1F08;
}
.AnyTagClassName
{
color: #CE1F08;
}
</style>
background-color css
<style>
a { background-color: #CE1F08; }
a { background-color: rgb(206,31,8); }
div.DivClassName
{
background-color: #CE1F08;
}
.BgClassName
{
background-color: #CE1F08;
}
</style>
border-color css
<style>
span { border-color: #CE1F08; }
span { border-color: rgb(206,31,8); }
td.TdClassName
{
border-color: #CE1F08;
}
.TagClassName
{
border-color: #CE1F08;
}
</style>