Html Css Color HEX #CE3502 Harley Davidson Orange
📋 copy color: '#CE3502'red 206 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #CE3502
Tints of Harley Davidson Orange #CE3502
RGB
CMYK
RGB Variations
Color information
#CE3502 (or 0xCE3502) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 02. RGB value is (206,53,2). Sum of RGB (Red+Green+Blue) = 206+53+2=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3502 is #31CAFD. Grayscale: #5D5D5D. Windows color (decimal): -3263230 or 144846. OLE color: 144846.
HSL color Cylindrical-coordinate representation of color #CE3502: hue angle of 15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE3502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.19 |
| HSL | 15º | 0.98% | 0.41% | - |
| HSV(B) | 15º | 0.99% | 0.81% | - |
| XYZ | 26.74 | 15.67 | 1.67 | - |
| YUV | 92.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 2 | 0 | 0.74 | 0.99 | 0.19 | 15 | 0.98 | 0.41 |
| Hex | CE | 35 | 2 | 0 | 4A | 63 | 13 | F | 62 | 29 |
| Octal | 316 | 65 | 2 | 0 | 112 | 143 | 23 | 17 | 142 | 51 |
| Binary | 11001110 | 110101 | 10 | 0 | 1001010 | 1100011 | 10011 | 1111 | 1100010 | 101001 |
Color Harmonies of #CE3502
Complementary color
Monochromatic Colors of #CE3502
Black with #CE3502
Text Example
Text Example
White with #CE3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3502; }
p { color: rgb(206,53,2); }
H1.HeaderClassName
{
color: #CE3502;
}
.AnyTagClassName
{
color: #CE3502;
}
</style>
background-color css
<style>
a { background-color: #CE3502; }
a { background-color: rgb(206,53,2); }
div.DivClassName
{
background-color: #CE3502;
}
.BgClassName
{
background-color: #CE3502;
}
</style>
border-color css
<style>
span { border-color: #CE3502; }
span { border-color: rgb(206,53,2); }
td.TdClassName
{
border-color: #CE3502;
}
.TagClassName
{
border-color: #CE3502;
}
</style>