Html Css Color HEX #CE3501 Harley Davidson Orange
📋 copy color: '#CE3501'red 206 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #CE3501
Tints of Harley Davidson Orange #CE3501
RGB
CMYK
RGB Variations
Color information
#CE3501 (or 0xCE3501) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 01. RGB value is (206,53,1). Sum of RGB (Red+Green+Blue) = 206+53+1=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3501 is #31CAFE. Grayscale: #5D5D5D. Windows color (decimal): -3263231 or 79310. OLE color: 79310.
HSL color Cylindrical-coordinate representation of color #CE3501: hue angle of 15.22º 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 #CE3501 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.19 |
| HSL | 15.22º | 0.99% | 0.41% | - |
| HSV(B) | 15.22º | 1% | 0.81% | - |
| XYZ | 26.73 | 15.67 | 1.64 | - |
| YUV | 92.82 | 76.19 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 1 | 0 | 0.74 | 1.00 | 0.19 | 15.22 | 0.99 | 0.41 |
| Hex | CE | 35 | 1 | 0 | 4A | 64 | 13 | F | 63 | 29 |
| Octal | 316 | 65 | 1 | 0 | 112 | 144 | 23 | 17 | 143 | 51 |
| Binary | 11001110 | 110101 | 1 | 0 | 1001010 | 1100100 | 10011 | 1111 | 1100011 | 101001 |
Color Harmonies of #CE3501
Complementary color
Monochromatic Colors of #CE3501
Black with #CE3501
Text Example
Text Example
White with #CE3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3501; }
p { color: rgb(206,53,1); }
H1.HeaderClassName
{
color: #CE3501;
}
.AnyTagClassName
{
color: #CE3501;
}
</style>
background-color css
<style>
a { background-color: #CE3501; }
a { background-color: rgb(206,53,1); }
div.DivClassName
{
background-color: #CE3501;
}
.BgClassName
{
background-color: #CE3501;
}
</style>
border-color css
<style>
span { border-color: #CE3501; }
span { border-color: rgb(206,53,1); }
td.TdClassName
{
border-color: #CE3501;
}
.TagClassName
{
border-color: #CE3501;
}
</style>