Html Css Color HEX #CE3505 Harley Davidson Orange
📋 copy color: '#CE3505'red 206 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #CE3505
Tints of Harley Davidson Orange #CE3505
RGB
CMYK
RGB Variations
Color information
#CE3505 (or 0xCE3505) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 05. RGB value is (206,53,5). Sum of RGB (Red+Green+Blue) = 206+53+5=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3505 is #31CAFA. Grayscale: #5D5D5D. Windows color (decimal): -3263227 or 341454. OLE color: 341454.
HSL color Cylindrical-coordinate representation of color #CE3505: hue angle of 14.33º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE3505 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.19 |
| HSL | 14.33º | 0.95% | 0.41% | - |
| HSV(B) | 14.33º | 0.98% | 0.81% | - |
| XYZ | 26.75 | 15.68 | 1.76 | - |
| YUV | 93.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 5 | 0 | 0.74 | 0.98 | 0.19 | 14.33 | 0.95 | 0.41 |
| Hex | CE | 35 | 5 | 0 | 4A | 62 | 13 | E | 5F | 29 |
| Octal | 316 | 65 | 5 | 0 | 112 | 142 | 23 | 16 | 137 | 51 |
| Binary | 11001110 | 110101 | 101 | 0 | 1001010 | 1100010 | 10011 | 1110 | 1011111 | 101001 |
Color Harmonies of #CE3505
Complementary color
Monochromatic Colors of #CE3505
Black with #CE3505
Text Example
Text Example
White with #CE3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3505; }
p { color: rgb(206,53,5); }
H1.HeaderClassName
{
color: #CE3505;
}
.AnyTagClassName
{
color: #CE3505;
}
</style>
background-color css
<style>
a { background-color: #CE3505; }
a { background-color: rgb(206,53,5); }
div.DivClassName
{
background-color: #CE3505;
}
.BgClassName
{
background-color: #CE3505;
}
</style>
border-color css
<style>
span { border-color: #CE3505; }
span { border-color: rgb(206,53,5); }
td.TdClassName
{
border-color: #CE3505;
}
.TagClassName
{
border-color: #CE3505;
}
</style>