Html Css Color HEX #CE2608 Harley Davidson Orange
📋 copy color: '#CE2608'red 206 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #CE2608
Tints of Harley Davidson Orange #CE2608
RGB
CMYK
RGB Variations
Color information
#CE2608 (or 0xCE2608) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 08. RGB value is (206,38,8). Sum of RGB (Red+Green+Blue) = 206+38+8=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2608 is #31D9F7. Grayscale: #555555. Windows color (decimal): -3267064 or 534222. OLE color: 534222.
HSL color Cylindrical-coordinate representation of color #CE2608: hue angle of 9.09º 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 #CE2608 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.19 |
| HSL | 9.09º | 0.93% | 0.42% | - |
| HSV(B) | 9.09º | 0.96% | 0.81% | - |
| XYZ | 26.19 | 14.53 | 1.65 | - |
| YUV | 84.81 | 84.66 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 8 | 0 | 0.82 | 0.96 | 0.19 | 9.09 | 0.93 | 0.42 |
| Hex | CE | 26 | 8 | 0 | 52 | 60 | 13 | 9 | 5D | 2A |
| Octal | 316 | 46 | 10 | 0 | 122 | 140 | 23 | 11 | 135 | 52 |
| Binary | 11001110 | 100110 | 1000 | 0 | 1010010 | 1100000 | 10011 | 1001 | 1011101 | 101010 |
Color Harmonies of #CE2608
Complementary color
Monochromatic Colors of #CE2608
Black with #CE2608
Text Example
Text Example
White with #CE2608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2608; }
p { color: rgb(206,38,8); }
H1.HeaderClassName
{
color: #CE2608;
}
.AnyTagClassName
{
color: #CE2608;
}
</style>
background-color css
<style>
a { background-color: #CE2608; }
a { background-color: rgb(206,38,8); }
div.DivClassName
{
background-color: #CE2608;
}
.BgClassName
{
background-color: #CE2608;
}
</style>
border-color css
<style>
span { border-color: #CE2608; }
span { border-color: rgb(206,38,8); }
td.TdClassName
{
border-color: #CE2608;
}
.TagClassName
{
border-color: #CE2608;
}
</style>