#C12C1D

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

Shades of Harley Davidson Orange #C12C1D

Tints of Harley Davidson Orange #C12C1D

Color information

#C12C1D (or 0xC12C1D) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2C and 1D. RGB value is (193,44,29). Sum of RGB (Red+Green+Blue) = 193+44+29=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12C1D is #3ED3E2. Grayscale: #575757. Windows color (decimal): -4117475 or 1912001. OLE color: 1912001.

HSL color Cylindrical-coordinate representation of color #C12C1D: hue angle of 5.49º 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 #C12C1D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1934429-
CMYK00.770.850.24
HSL5.49º73.87%43.53%-
HSV(B)5.49º84.97%75.69%-
XYZ23.1113.232.5-
YUV86.8495.36203.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 72.56%
GREEN value IS 44 (17.58% from 255) = 16.54%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=72.56%
G=16.54%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193442900.770.850.245.4973.8743.53
HexC12C1D04D551854a2c
Octal3015435011512530511254
Binary1100000110110011101010011011010101110001011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12C1D; }

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

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

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

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

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

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

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

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