Html Css Color HEX #CE2301 Harley Davidson Orange
📋 copy color: '#CE2301'red 206 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #CE2301
Tints of Harley Davidson Orange #CE2301
RGB
CMYK
RGB Variations
Color information
#CE2301 (or 0xCE2301) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 01. RGB value is (206,35,1). Sum of RGB (Red+Green+Blue) = 206+35+1=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2301 is #31DCFE. Grayscale: #525252. Windows color (decimal): -3267839 or 74702. OLE color: 74702.
HSL color Cylindrical-coordinate representation of color #CE2301: hue angle of 9.95º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2301 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.19 |
| HSL | 9.95º | 0.99% | 0.41% | - |
| HSV(B) | 9.95º | 1% | 0.81% | - |
| XYZ | 26.06 | 14.33 | 1.42 | - |
| YUV | 82.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 1 | 0 | 0.83 | 1.00 | 0.19 | 9.95 | 0.99 | 0.41 |
| Hex | CE | 23 | 1 | 0 | 53 | 64 | 13 | A | 63 | 29 |
| Octal | 316 | 43 | 1 | 0 | 123 | 144 | 23 | 12 | 143 | 51 |
| Binary | 11001110 | 100011 | 1 | 0 | 1010011 | 1100100 | 10011 | 1010 | 1100011 | 101001 |
Color Harmonies of #CE2301
Complementary color
Monochromatic Colors of #CE2301
Black with #CE2301
Text Example
Text Example
White with #CE2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2301; }
p { color: rgb(206,35,1); }
H1.HeaderClassName
{
color: #CE2301;
}
.AnyTagClassName
{
color: #CE2301;
}
</style>
background-color css
<style>
a { background-color: #CE2301; }
a { background-color: rgb(206,35,1); }
div.DivClassName
{
background-color: #CE2301;
}
.BgClassName
{
background-color: #CE2301;
}
</style>
border-color css
<style>
span { border-color: #CE2301; }
span { border-color: rgb(206,35,1); }
td.TdClassName
{
border-color: #CE2301;
}
.TagClassName
{
border-color: #CE2301;
}
</style>