Html Css Color HEX #CE201A Harley Davidson Orange
📋 copy color: '#CE201A'red 206 ◦ green 32 ◦ blue 26
Shades of Harley Davidson Orange #CE201A
Tints of Harley Davidson Orange #CE201A
RGB
CMYK
RGB Variations
Color information
#CE201A (or 0xCE201A) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 1A. RGB value is (206,32,26). Sum of RGB (Red+Green+Blue) = 206+32+26=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE201A is #31DFE5. Grayscale: #535353. Windows color (decimal): -3268582 or 1712334. OLE color: 1712334.
HSL color Cylindrical-coordinate representation of color #CE201A: hue angle of 2º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE201A is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 26 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.19 |
| HSL | 2º | 0.78% | 0.45% | - |
| HSV(B) | 2º | 0.87% | 0.81% | - |
| XYZ | 26.16 | 14.23 | 2.35 | - |
| YUV | 83.34 | 95.65 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 26 | 0 | 0.84 | 0.87 | 0.19 | 2 | 0.78 | 0.45 |
| Hex | CE | 20 | 1A | 0 | 54 | 57 | 13 | 2 | 4E | 2D |
| Octal | 316 | 40 | 32 | 0 | 124 | 127 | 23 | 2 | 116 | 55 |
| Binary | 11001110 | 100000 | 11010 | 0 | 1010100 | 1010111 | 10011 | 10 | 1001110 | 101101 |
Color Harmonies of #CE201A
Complementary color
Monochromatic Colors of #CE201A
Black with #CE201A
Text Example
Text Example
White with #CE201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE201A; }
p { color: rgb(206,32,26); }
H1.HeaderClassName
{
color: #CE201A;
}
.AnyTagClassName
{
color: #CE201A;
}
</style>
background-color css
<style>
a { background-color: #CE201A; }
a { background-color: rgb(206,32,26); }
div.DivClassName
{
background-color: #CE201A;
}
.BgClassName
{
background-color: #CE201A;
}
</style>
border-color css
<style>
span { border-color: #CE201A; }
span { border-color: rgb(206,32,26); }
td.TdClassName
{
border-color: #CE201A;
}
.TagClassName
{
border-color: #CE201A;
}
</style>