#CE2017

Color #CE2017 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CE2017

Tints of Harley Davidson Orange #CE2017

Color information

#CE2017 (or 0xCE2017) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 20 and 17. RGB value is (206,32,23). Sum of RGB (Red+Green+Blue) = 206+32+23=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2017 is #31DFE8. Grayscale: #535353. Windows color (decimal): -3268585 or 1515726. OLE color: 1515726.

HSL color Cylindrical-coordinate representation of color #CE2017: hue angle of 2.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE2017 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB2063223-
CMYK00.840.890.19
HSL2.95º79.91%44.9%-
HSV(B)2.95º88.83%80.78%-
XYZ26.1214.222.18-
YUV8394.15215.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 78.93%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=78.93%
G=12.26%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206322300.840.890.192.9579.9144.9
HexCE201705459133502d
Octal3164027012413123312055
Binary110011101000001011101010100101100110011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2017; }

 p { color: rgb(206,32,23); }

 H1.HeaderClassName
 {
   color: #CE2017;
 }
 .AnyTagClassName
 {
   color: #CE2017;
 }
</style>
background-color css

<style>
 a { background-color: #CE2017; }

 a { background-color: rgb(206,32,23); }

 div.DivClassName
 {
   background-color: #CE2017;
 }
 .BgClassName
 {
   background-color: #CE2017;
 }
</style>
border-color css

<style>
 span { border-color: #CE2017; }

 span { border-color: rgb(206,32,23); }

 td.TdClassName
 {
   border-color: #CE2017;
 }
 .TagClassName
 {
   border-color: #CE2017;
 }
</style>