Html Css Color HEX #CE2408 Harley Davidson Orange
📋 copy color: '#CE2408'red 206 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #CE2408
Tints of Harley Davidson Orange #CE2408
RGB
CMYK
RGB Variations
Color information
#CE2408 (or 0xCE2408) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 08. RGB value is (206,36,8). Sum of RGB (Red+Green+Blue) = 206+36+8=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2408 is #31DBF7. Grayscale: #535353. Windows color (decimal): -3267576 or 533710. OLE color: 533710.
HSL color Cylindrical-coordinate representation of color #CE2408: hue angle of 8.48º 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 #CE2408 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.19 |
| HSL | 8.48º | 0.93% | 0.42% | - |
| HSV(B) | 8.48º | 0.96% | 0.81% | - |
| XYZ | 26.13 | 14.4 | 1.63 | - |
| YUV | 83.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 8 | 0 | 0.83 | 0.96 | 0.19 | 8.48 | 0.93 | 0.42 |
| Hex | CE | 24 | 8 | 0 | 53 | 60 | 13 | 8 | 5D | 2A |
| Octal | 316 | 44 | 10 | 0 | 123 | 140 | 23 | 10 | 135 | 52 |
| Binary | 11001110 | 100100 | 1000 | 0 | 1010011 | 1100000 | 10011 | 1000 | 1011101 | 101010 |
Color Harmonies of #CE2408
Complementary color
Monochromatic Colors of #CE2408
Black with #CE2408
Text Example
Text Example
White with #CE2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2408; }
p { color: rgb(206,36,8); }
H1.HeaderClassName
{
color: #CE2408;
}
.AnyTagClassName
{
color: #CE2408;
}
</style>
background-color css
<style>
a { background-color: #CE2408; }
a { background-color: rgb(206,36,8); }
div.DivClassName
{
background-color: #CE2408;
}
.BgClassName
{
background-color: #CE2408;
}
</style>
border-color css
<style>
span { border-color: #CE2408; }
span { border-color: rgb(206,36,8); }
td.TdClassName
{
border-color: #CE2408;
}
.TagClassName
{
border-color: #CE2408;
}
</style>