#C0341C

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

Shades of Harley Davidson Orange #C0341C

Tints of Harley Davidson Orange #C0341C

Color information

#C0341C (or 0xC0341C) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 34 and 1C. RGB value is (192,52,28). Sum of RGB (Red+Green+Blue) = 192+52+28=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0341C is #3FCBE3. Grayscale: #5B5B5B. Windows color (decimal): -4180964 or 1848512. OLE color: 1848512.

HSL color Cylindrical-coordinate representation of color #C0341C: hue angle of 8.78º 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 #C0341C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1925228-
CMYK00.730.850.25
HSL8.78º74.55%43.14%-
HSV(B)8.78º85.42%75.29%-
XYZ23.1813.752.53-
YUV91.1292.38199.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.59%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=70.59%
G=19.12%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192522800.730.850.258.7874.5543.14
HexC0341C049551994b2b
Octal30064340111125311111353
Binary11000000110100111000100100110101011100110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0341C; }

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

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

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

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

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

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

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

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