Html Css Color HEX #CE321B Harley Davidson Orange
📋 copy color: '#CE321B'red 206 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #CE321B
Tints of Harley Davidson Orange #CE321B
RGB
CMYK
RGB Variations
Color information
#CE321B (or 0xCE321B) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 1B. RGB value is (206,50,27). Sum of RGB (Red+Green+Blue) = 206+50+27=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE321B is #31CDE4. Grayscale: #5E5E5E. Windows color (decimal): -3263973 or 1782478. OLE color: 1782478.
HSL color Cylindrical-coordinate representation of color #CE321B: hue angle of 7.71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE321B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.19 |
| HSL | 7.71º | 0.77% | 0.46% | - |
| HSV(B) | 7.71º | 0.87% | 0.81% | - |
| XYZ | 26.79 | 15.48 | 2.61 | - |
| YUV | 94.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 27 | 0 | 0.76 | 0.87 | 0.19 | 7.71 | 0.77 | 0.46 |
| Hex | CE | 32 | 1B | 0 | 4C | 57 | 13 | 8 | 4D | 2E |
| Octal | 316 | 62 | 33 | 0 | 114 | 127 | 23 | 10 | 115 | 56 |
| Binary | 11001110 | 110010 | 11011 | 0 | 1001100 | 1010111 | 10011 | 1000 | 1001101 | 101110 |
Color Harmonies of #CE321B
Complementary color
Monochromatic Colors of #CE321B
Black with #CE321B
Text Example
Text Example
White with #CE321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE321B; }
p { color: rgb(206,50,27); }
H1.HeaderClassName
{
color: #CE321B;
}
.AnyTagClassName
{
color: #CE321B;
}
</style>
background-color css
<style>
a { background-color: #CE321B; }
a { background-color: rgb(206,50,27); }
div.DivClassName
{
background-color: #CE321B;
}
.BgClassName
{
background-color: #CE321B;
}
</style>
border-color css
<style>
span { border-color: #CE321B; }
span { border-color: rgb(206,50,27); }
td.TdClassName
{
border-color: #CE321B;
}
.TagClassName
{
border-color: #CE321B;
}
</style>