Html Css Color HEX #CE2B0D Harley Davidson Orange
📋 copy color: '#CE2B0D'red 206 ◦ green 43 ◦ blue 13
Shades of Harley Davidson Orange #CE2B0D
Tints of Harley Davidson Orange #CE2B0D
RGB
CMYK
RGB Variations
Color information
#CE2B0D (or 0xCE2B0D) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 0D. RGB value is (206,43,13). Sum of RGB (Red+Green+Blue) = 206+43+13=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B0D is #31D4F2. Grayscale: #585858. Windows color (decimal): -3265779 or 863182. OLE color: 863182.
HSL color Cylindrical-coordinate representation of color #CE2B0D: hue angle of 9.33º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE2B0D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.19 |
| HSL | 9.33º | 0.88% | 0.43% | - |
| HSV(B) | 9.33º | 0.94% | 0.81% | - |
| XYZ | 26.39 | 14.88 | 1.86 | - |
| YUV | 88.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 13 | 0 | 0.79 | 0.94 | 0.19 | 9.33 | 0.88 | 0.43 |
| Hex | CE | 2B | D | 0 | 4F | 5E | 13 | 9 | 58 | 2B |
| Octal | 316 | 53 | 15 | 0 | 117 | 136 | 23 | 11 | 130 | 53 |
| Binary | 11001110 | 101011 | 1101 | 0 | 1001111 | 1011110 | 10011 | 1001 | 1011000 | 101011 |
Color Harmonies of #CE2B0D
Complementary color
Monochromatic Colors of #CE2B0D
Black with #CE2B0D
Text Example
Text Example
White with #CE2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B0D; }
p { color: rgb(206,43,13); }
H1.HeaderClassName
{
color: #CE2B0D;
}
.AnyTagClassName
{
color: #CE2B0D;
}
</style>
background-color css
<style>
a { background-color: #CE2B0D; }
a { background-color: rgb(206,43,13); }
div.DivClassName
{
background-color: #CE2B0D;
}
.BgClassName
{
background-color: #CE2B0D;
}
</style>
border-color css
<style>
span { border-color: #CE2B0D; }
span { border-color: rgb(206,43,13); }
td.TdClassName
{
border-color: #CE2B0D;
}
.TagClassName
{
border-color: #CE2B0D;
}
</style>