#ce1c19

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

Shades of Harley Davidson Orange #CE1C19

Tints of Harley Davidson Orange #CE1C19

Color information

#CE1C19 (or 0xCE1C19) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 1C and 19. RGB value is (206,28,25). Sum of RGB (Red+Green+Blue) = 206+28+25=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1C19 is #31E3E6. Grayscale: #515151. Windows color (decimal): -3269607 or 1645774. OLE color: 1645774.

HSL color Cylindrical-coordinate representation of color #CE1C19: hue angle of 0.99º 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 #CE1C19 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB2062825-
CMYK00.860.880.19
HSL0.99º78.35%45.29%-
HSV(B)0.99º87.86%80.78%-
XYZ26.0414.022.25-
YUV80.8896.47217.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 79.54%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 25 (10.16% from 255) = 9.65%
R=79.54%
G=10.81%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206282500.860.880.190.9978.3545.29
HexCE1C19056581314e2d
Octal3163431012613023111655
Binary1100111011100110010101011010110001001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce1c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce1c19; }

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

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

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

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

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

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

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

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