#C11E0D

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

Shades of Harley Davidson Orange #C11E0D

Tints of Harley Davidson Orange #C11E0D

Color information

#C11E0D (or 0xC11E0D) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 1E and 0D. RGB value is (193,30,13). Sum of RGB (Red+Green+Blue) = 193+30+13=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E0D is #3EE1F2. Grayscale: #4D4D4D. Windows color (decimal): -4121075 or 859841. OLE color: 859841.

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

Color convert

RGB1933013-
CMYK00.840.930.24
HSL5.67º87.38%40.39%-
HSV(B)5.67º93.26%75.69%-
XYZ22.5312.31.57-
YUV76.892210.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=81.78%
G=12.71%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193301300.840.930.245.6787.3840.39
HexC11ED0545D1865728
Octal3013615012413530612750
Binary11000001111101101010101001011101110001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11E0D; }

 p { color: rgb(193,30,13); }

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

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

 a { background-color: rgb(193,30,13); }

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

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

 span { border-color: rgb(193,30,13); }

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