#C13A0F

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

Shades of Harley Davidson Orange #C13A0F

Tints of Harley Davidson Orange #C13A0F

Color information

#C13A0F (or 0xC13A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3A and 0F. RGB value is (193,58,15). Sum of RGB (Red+Green+Blue) = 193+58+15=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13A0F is #3EC5F0. Grayscale: #5D5D5D. Windows color (decimal): -4113905 or 998081. OLE color: 998081.

HSL color Cylindrical-coordinate representation of color #C13A0F: hue angle of 14.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13A0F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1935815-
CMYK00.700.920.24
HSL14.49º85.58%40.78%-
HSV(B)14.49º92.23%75.69%-
XYZ23.5914.41.99-
YUV93.4683.73199-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=72.56%
G=21.80%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193581500.700.920.2414.4985.5840.78
HexC13AF0465C18e5629
Octal30172170106134301612651
Binary1100000111101011110100011010111001100011101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A0F; }

 p { color: rgb(193,58,15); }

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

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

 a { background-color: rgb(193,58,15); }

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

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

 span { border-color: rgb(193,58,15); }

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