#C11D0C

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

Shades of Harley Davidson Orange #C11D0C

Tints of Harley Davidson Orange #C11D0C

Color information

#C11D0C (or 0xC11D0C) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 1D and 0C. RGB value is (193,29,12). Sum of RGB (Red+Green+Blue) = 193+29+12=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D0C is #3EE2F3. Grayscale: #4C4C4C. Windows color (decimal): -4121332 or 794049. OLE color: 794049.

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

Color convert

RGB1932912-
CMYK00.850.940.24
HSL5.64º88.29%40.2%-
HSV(B)5.64º93.78%75.69%-
XYZ22.512.241.53-
YUV76.191.83211.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.48%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=82.48%
G=12.39%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193291200.850.940.245.6488.2940.2
HexC11DC0555E1865828
Octal3013514012513630613050
Binary11000001111011100010101011011110110001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D0C; }

 p { color: rgb(193,29,12); }

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

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

 a { background-color: rgb(193,29,12); }

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

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

 span { border-color: rgb(193,29,12); }

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