Html Css Color HEX #CE2508 Harley Davidson Orange
📋 copy color: '#CE2508'red 206 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #CE2508
Tints of Harley Davidson Orange #CE2508
RGB
CMYK
RGB Variations
Color information
#CE2508 (or 0xCE2508) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 08. RGB value is (206,37,8). Sum of RGB (Red+Green+Blue) = 206+37+8=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2508 is #31DAF7. Grayscale: #545454. Windows color (decimal): -3267320 or 533966. OLE color: 533966.
HSL color Cylindrical-coordinate representation of color #CE2508: hue angle of 8.79º 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 #CE2508 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.19 |
| HSL | 8.79º | 0.93% | 0.42% | - |
| HSV(B) | 8.79º | 0.96% | 0.81% | - |
| XYZ | 26.16 | 14.46 | 1.64 | - |
| YUV | 84.23 | 84.99 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 8 | 0 | 0.82 | 0.96 | 0.19 | 8.79 | 0.93 | 0.42 |
| Hex | CE | 25 | 8 | 0 | 52 | 60 | 13 | 9 | 5D | 2A |
| Octal | 316 | 45 | 10 | 0 | 122 | 140 | 23 | 11 | 135 | 52 |
| Binary | 11001110 | 100101 | 1000 | 0 | 1010010 | 1100000 | 10011 | 1001 | 1011101 | 101010 |
Color Harmonies of #CE2508
Complementary color
Monochromatic Colors of #CE2508
Black with #CE2508
Text Example
Text Example
White with #CE2508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2508; }
p { color: rgb(206,37,8); }
H1.HeaderClassName
{
color: #CE2508;
}
.AnyTagClassName
{
color: #CE2508;
}
</style>
background-color css
<style>
a { background-color: #CE2508; }
a { background-color: rgb(206,37,8); }
div.DivClassName
{
background-color: #CE2508;
}
.BgClassName
{
background-color: #CE2508;
}
</style>
border-color css
<style>
span { border-color: #CE2508; }
span { border-color: rgb(206,37,8); }
td.TdClassName
{
border-color: #CE2508;
}
.TagClassName
{
border-color: #CE2508;
}
</style>