#C0391C

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

Shades of Harley Davidson Orange #C0391C

Tints of Harley Davidson Orange #C0391C

Color information

#C0391C (or 0xC0391C) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 39 and 1C. RGB value is (192,57,28). Sum of RGB (Red+Green+Blue) = 192+57+28=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0391C is #3FC6E3. Grayscale: #5E5E5E. Windows color (decimal): -4179684 or 1849792. OLE color: 1849792.

HSL color Cylindrical-coordinate representation of color #C0391C: hue angle of 10.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0391C is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1925728-
CMYK00.700.850.25
HSL10.61º74.55%43.14%-
HSV(B)10.61º85.42%75.29%-
XYZ23.4114.222.61-
YUV94.0690.73197.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=69.31%
G=20.58%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192572800.700.850.2510.6174.5543.14
HexC0391C0465519b4b2b
Octal30071340106125311311353
Binary11000000111001111000100011010101011100110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0391C; }

 p { color: rgb(192,57,28); }

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

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

 a { background-color: rgb(192,57,28); }

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

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

 span { border-color: rgb(192,57,28); }

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