#CE1E19

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

Shades of Harley Davidson Orange #CE1E19

Tints of Harley Davidson Orange #CE1E19

Color information

#CE1E19 (or 0xCE1E19) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 1E and 19. RGB value is (206,30,25). Sum of RGB (Red+Green+Blue) = 206+30+25=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E19 is #31E1E6. Grayscale: #525252. Windows color (decimal): -3269095 or 1646286. OLE color: 1646286.

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

Color convert

RGB2063025-
CMYK00.850.880.19
HSL1.66º78.35%45.29%-
HSV(B)1.66º87.86%80.78%-
XYZ26.0914.122.27-
YUV82.0595.81216.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 78.93%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 25 (10.16% from 255) = 9.58%
R=78.93%
G=11.49%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206302500.850.880.191.6678.3545.29
HexCE1E19055581324e2d
Octal3163631012513023211655
Binary11001110111101100101010101101100010011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1E19; }

 p { color: rgb(206,30,25); }

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

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

 a { background-color: rgb(206,30,25); }

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

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

 span { border-color: rgb(206,30,25); }

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