Html Css Color HEX #CE3503 Harley Davidson Orange
📋 copy color: '#CE3503'red 206 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #CE3503
Tints of Harley Davidson Orange #CE3503
RGB
CMYK
RGB Variations
Color information
#CE3503 (or 0xCE3503) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 03. RGB value is (206,53,3). Sum of RGB (Red+Green+Blue) = 206+53+3=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3503 is #31CAFC. Grayscale: #5D5D5D. Windows color (decimal): -3263229 or 210382. OLE color: 210382.
HSL color Cylindrical-coordinate representation of color #CE3503: hue angle of 14.78º degrees, saturation: 0.97, 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 #CE3503 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.19 |
| HSL | 14.78º | 0.97% | 0.41% | - |
| HSV(B) | 14.78º | 0.99% | 0.81% | - |
| XYZ | 26.74 | 15.67 | 1.7 | - |
| YUV | 93.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 3 | 0 | 0.74 | 0.99 | 0.19 | 14.78 | 0.97 | 0.41 |
| Hex | CE | 35 | 3 | 0 | 4A | 63 | 13 | F | 61 | 29 |
| Octal | 316 | 65 | 3 | 0 | 112 | 143 | 23 | 17 | 141 | 51 |
| Binary | 11001110 | 110101 | 11 | 0 | 1001010 | 1100011 | 10011 | 1111 | 1100001 | 101001 |
Color Harmonies of #CE3503
Complementary color
Monochromatic Colors of #CE3503
Black with #CE3503
Text Example
Text Example
White with #CE3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3503; }
p { color: rgb(206,53,3); }
H1.HeaderClassName
{
color: #CE3503;
}
.AnyTagClassName
{
color: #CE3503;
}
</style>
background-color css
<style>
a { background-color: #CE3503; }
a { background-color: rgb(206,53,3); }
div.DivClassName
{
background-color: #CE3503;
}
.BgClassName
{
background-color: #CE3503;
}
</style>
border-color css
<style>
span { border-color: #CE3503; }
span { border-color: rgb(206,53,3); }
td.TdClassName
{
border-color: #CE3503;
}
.TagClassName
{
border-color: #CE3503;
}
</style>