Html Css Color HEX #CE3403 Harley Davidson Orange
📋 copy color: '#CE3403'red 206 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #CE3403
Tints of Harley Davidson Orange #CE3403
RGB
CMYK
RGB Variations
Color information
#CE3403 (or 0xCE3403) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 03. RGB value is (206,52,3). Sum of RGB (Red+Green+Blue) = 206+52+3=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3403 is #31CBFC. Grayscale: #5C5C5C. Windows color (decimal): -3263485 or 210126. OLE color: 210126.
HSL color Cylindrical-coordinate representation of color #CE3403: hue angle of 14.48º 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 #CE3403 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.19 |
| HSL | 14.48º | 0.97% | 0.41% | - |
| HSV(B) | 14.48º | 0.99% | 0.81% | - |
| XYZ | 26.7 | 15.58 | 1.69 | - |
| YUV | 92.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 3 | 0 | 0.75 | 0.99 | 0.19 | 14.48 | 0.97 | 0.41 |
| Hex | CE | 34 | 3 | 0 | 4B | 63 | 13 | E | 61 | 29 |
| Octal | 316 | 64 | 3 | 0 | 113 | 143 | 23 | 16 | 141 | 51 |
| Binary | 11001110 | 110100 | 11 | 0 | 1001011 | 1100011 | 10011 | 1110 | 1100001 | 101001 |
Color Harmonies of #CE3403
Complementary color
Monochromatic Colors of #CE3403
Black with #CE3403
Text Example
Text Example
White with #CE3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3403; }
p { color: rgb(206,52,3); }
H1.HeaderClassName
{
color: #CE3403;
}
.AnyTagClassName
{
color: #CE3403;
}
</style>
background-color css
<style>
a { background-color: #CE3403; }
a { background-color: rgb(206,52,3); }
div.DivClassName
{
background-color: #CE3403;
}
.BgClassName
{
background-color: #CE3403;
}
</style>
border-color css
<style>
span { border-color: #CE3403; }
span { border-color: rgb(206,52,3); }
td.TdClassName
{
border-color: #CE3403;
}
.TagClassName
{
border-color: #CE3403;
}
</style>