#C12E21

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

Shades of Harley Davidson Orange #C12E21

Tints of Harley Davidson Orange #C12E21

Color information

#C12E21 (or 0xC12E21) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2E and 21. RGB value is (193,46,33). Sum of RGB (Red+Green+Blue) = 193+46+33=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E21 is #3ED1DE. Grayscale: #585858. Windows color (decimal): -4116959 or 2174657. OLE color: 2174657.

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

Color convert

RGB1934633-
CMYK00.760.830.24
HSL4.88º70.8%44.31%-
HSV(B)4.88º82.9%75.69%-
XYZ23.2413.42.8-
YUV88.4796.7202.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.96%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=70.96%
G=16.91%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193463300.760.830.244.8870.844.31
HexC12E2104C53185472c
Octal3015641011412330510754
Binary11000001101110100001010011001010011110001011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12E21; }

 p { color: rgb(193,46,33); }

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

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

 a { background-color: rgb(193,46,33); }

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

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

 span { border-color: rgb(193,46,33); }

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