Html Css Color HEX #CE3105 Harley Davidson Orange
📋 copy color: '#CE3105'red 206 ◦ green 49 ◦ blue 5
Shades of Harley Davidson Orange #CE3105
Tints of Harley Davidson Orange #CE3105
RGB
CMYK
RGB Variations
Color information
#CE3105 (or 0xCE3105) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 05. RGB value is (206,49,5). Sum of RGB (Red+Green+Blue) = 206+49+5=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3105 is #31CEFA. Grayscale: #5B5B5B. Windows color (decimal): -3264251 or 340430. OLE color: 340430.
HSL color Cylindrical-coordinate representation of color #CE3105: hue angle of 13.13º 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 #CE3105 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.19 |
| HSL | 13.13º | 0.95% | 0.41% | - |
| HSV(B) | 13.13º | 0.98% | 0.81% | - |
| XYZ | 26.58 | 15.33 | 1.7 | - |
| YUV | 90.93 | 79.51 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 5 | 0 | 0.76 | 0.98 | 0.19 | 13.13 | 0.95 | 0.41 |
| Hex | CE | 31 | 5 | 0 | 4C | 62 | 13 | D | 5F | 29 |
| Octal | 316 | 61 | 5 | 0 | 114 | 142 | 23 | 15 | 137 | 51 |
| Binary | 11001110 | 110001 | 101 | 0 | 1001100 | 1100010 | 10011 | 1101 | 1011111 | 101001 |
Color Harmonies of #CE3105
Complementary color
Monochromatic Colors of #CE3105
Black with #CE3105
Text Example
Text Example
White with #CE3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3105; }
p { color: rgb(206,49,5); }
H1.HeaderClassName
{
color: #CE3105;
}
.AnyTagClassName
{
color: #CE3105;
}
</style>
background-color css
<style>
a { background-color: #CE3105; }
a { background-color: rgb(206,49,5); }
div.DivClassName
{
background-color: #CE3105;
}
.BgClassName
{
background-color: #CE3105;
}
</style>
border-color css
<style>
span { border-color: #CE3105; }
span { border-color: rgb(206,49,5); }
td.TdClassName
{
border-color: #CE3105;
}
.TagClassName
{
border-color: #CE3105;
}
</style>