Html Css Color HEX #CE320D Harley Davidson Orange
📋 copy color: '#CE320D'red 206 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #CE320D
Tints of Harley Davidson Orange #CE320D
RGB
CMYK
RGB Variations
Color information
#CE320D (or 0xCE320D) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 0D. RGB value is (206,50,13). Sum of RGB (Red+Green+Blue) = 206+50+13=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE320D is #31CDF2. Grayscale: #5C5C5C. Windows color (decimal): -3263987 or 864974. OLE color: 864974.
HSL color Cylindrical-coordinate representation of color #CE320D: hue angle of 11.5º 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 #CE320D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.19 |
| HSL | 11.5º | 0.88% | 0.43% | - |
| HSV(B) | 11.5º | 0.94% | 0.81% | - |
| XYZ | 26.67 | 15.43 | 1.95 | - |
| YUV | 92.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 13 | 0 | 0.76 | 0.94 | 0.19 | 11.5 | 0.88 | 0.43 |
| Hex | CE | 32 | D | 0 | 4C | 5E | 13 | C | 58 | 2B |
| Octal | 316 | 62 | 15 | 0 | 114 | 136 | 23 | 14 | 130 | 53 |
| Binary | 11001110 | 110010 | 1101 | 0 | 1001100 | 1011110 | 10011 | 1100 | 1011000 | 101011 |
Color Harmonies of #CE320D
Complementary color
Monochromatic Colors of #CE320D
Black with #CE320D
Text Example
Text Example
White with #CE320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE320D; }
p { color: rgb(206,50,13); }
H1.HeaderClassName
{
color: #CE320D;
}
.AnyTagClassName
{
color: #CE320D;
}
</style>
background-color css
<style>
a { background-color: #CE320D; }
a { background-color: rgb(206,50,13); }
div.DivClassName
{
background-color: #CE320D;
}
.BgClassName
{
background-color: #CE320D;
}
</style>
border-color css
<style>
span { border-color: #CE320D; }
span { border-color: rgb(206,50,13); }
td.TdClassName
{
border-color: #CE320D;
}
.TagClassName
{
border-color: #CE320D;
}
</style>