#C13B1D

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

Shades of Harley Davidson Orange #C13B1D

Tints of Harley Davidson Orange #C13B1D

Color information

#C13B1D (or 0xC13B1D) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 3B and 1D. RGB value is (193,59,29). Sum of RGB (Red+Green+Blue) = 193+59+29=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B1D is #3EC4E2. Grayscale: #5F5F5F. Windows color (decimal): -4113635 or 1915841. OLE color: 1915841.

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

Color convert

RGB1935929-
CMYK00.690.850.24
HSL10.98º73.87%43.53%-
HSV(B)10.98º84.97%75.69%-
XYZ23.7814.552.72-
YUV95.6590.39197.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.68%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 29 (11.72% from 255) = 10.32%
R=68.68%
G=21.00%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193592900.690.850.2410.9873.8743.53
HexC13B1D0455518b4a2c
Octal30173350105125301311254
Binary11000001111011111010100010110101011100010111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B1D; }

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

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

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

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

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

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

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

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