#C12A0F

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

Shades of Harley Davidson Orange #C12A0F

Tints of Harley Davidson Orange #C12A0F

Color information

#C12A0F (or 0xC12A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2A and 0F. RGB value is (193,42,15). Sum of RGB (Red+Green+Blue) = 193+42+15=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A0F is #3ED5F0. Grayscale: #545454. Windows color (decimal): -4118001 or 993985. OLE color: 993985.

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

Color convert

RGB1934215-
CMYK00.780.920.24
HSL9.1º85.58%40.78%-
HSV(B)9.1º92.23%75.69%-
XYZ22.9113.031.76-
YUV84.0789.03205.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 77.2%
GREEN value IS 42 (16.80% from 255) = 16.8%
BLUE value IS 15 (6.25% from 255) = 6%
R=77.2%
G=16.8%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193421500.780.920.249.185.5840.78
HexC12AF04E5C1895629
Octal30152170116134301112651
Binary1100000110101011110100111010111001100010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A0F; }

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

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

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

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

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

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

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

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