#c1331c

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

Shades of Harley Davidson Orange #C1331C

Tints of Harley Davidson Orange #C1331C

Color information

#C1331C (or 0xC1331C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 33 and 1C. RGB value is (193,51,28). Sum of RGB (Red+Green+Blue) = 193+51+28=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1331C is #3ECCE3. Grayscale: #5B5B5B. Windows color (decimal): -4115684 or 1848257. OLE color: 1848257.

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

Color convert

RGB1935128-
CMYK00.740.850.24
HSL8.36º74.66%43.33%-
HSV(B)8.36º85.49%75.69%-
XYZ23.3913.792.53-
YUV90.8492.54200.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.96%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=70.96%
G=18.75%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193512800.740.850.248.3674.6643.33
HexC1331C04A551884b2b
Octal30163340112125301011353
Binary11000001110011111000100101010101011100010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1331c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1331c; }

 p { color: rgb(193,51,28); }

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

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

 a { background-color: rgb(193,51,28); }

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

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

 span { border-color: rgb(193,51,28); }

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