Html Css Color HEX #CE1B08 Harley Davidson Orange
📋 copy color: '#CE1B08'red 206 ◦ green 27 ◦ blue 8
Shades of Harley Davidson Orange #CE1B08
Tints of Harley Davidson Orange #CE1B08
RGB
CMYK
RGB Variations
Color information
#CE1B08 (or 0xCE1B08) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 08. RGB value is (206,27,8). Sum of RGB (Red+Green+Blue) = 206+27+8=241 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.48% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B08 is #31E4F7. Grayscale: #4E4E4E. Windows color (decimal): -3269880 or 531406. OLE color: 531406.
HSL color Cylindrical-coordinate representation of color #CE1B08: hue angle of 5.76º 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 #CE1B08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.19 |
| HSL | 5.76º | 0.93% | 0.42% | - |
| HSV(B) | 5.76º | 0.96% | 0.81% | - |
| XYZ | 25.89 | 13.92 | 1.55 | - |
| YUV | 78.36 | 88.3 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 8 | 0 | 0.87 | 0.96 | 0.19 | 5.76 | 0.93 | 0.42 |
| Hex | CE | 1B | 8 | 0 | 57 | 60 | 13 | 6 | 5D | 2A |
| Octal | 316 | 33 | 10 | 0 | 127 | 140 | 23 | 6 | 135 | 52 |
| Binary | 11001110 | 11011 | 1000 | 0 | 1010111 | 1100000 | 10011 | 110 | 1011101 | 101010 |
Color Harmonies of #CE1B08
Complementary color
Monochromatic Colors of #CE1B08
Black with #CE1B08
Text Example
Text Example
White with #CE1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1B08; }
p { color: rgb(206,27,8); }
H1.HeaderClassName
{
color: #CE1B08;
}
.AnyTagClassName
{
color: #CE1B08;
}
</style>
background-color css
<style>
a { background-color: #CE1B08; }
a { background-color: rgb(206,27,8); }
div.DivClassName
{
background-color: #CE1B08;
}
.BgClassName
{
background-color: #CE1B08;
}
</style>
border-color css
<style>
span { border-color: #CE1B08; }
span { border-color: rgb(206,27,8); }
td.TdClassName
{
border-color: #CE1B08;
}
.TagClassName
{
border-color: #CE1B08;
}
</style>